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
isValid only validates the digits in the string by default.
If you need those to fail, you may send a second parameter called strict, for stricter validation. It will return false if there are any non-digit characters, except "." and "-", which are ignored.
We have a issue regarding validations with strings that has spaces and letters
We consider this as a big issue. You will know if is intended this behavior.
Just to let you know.
Thanks
The text was updated successfully, but these errors were encountered: