You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also can verify the post and give a custom message saying the string cannot be "Test"
With regex i get error "The Test input has not a valid format". (for this to correct i have to put a custom validation error message)
While a is_not_string[test] can give an error message like "The Test field cannot be Test".
I would really like this is_not_string in the validation form.
Hello i am trying to validate an input that must have another string besides what i set
So for example
i have an input type text with value of "Test"
I want to validate this field that must be changed so it cannot have string Test inside the field
I have no rule for this
Something like
is_not_string[test]
The text was updated successfully, but these errors were encountered: