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
Validates a phone number based on the incoming input.
Input: number or string, begin with 0 means string.
Optional parameter for pattern/ length with an object, defaulted.
Returns boolean.
Example:
IsValidPhoneNumber("075123456"); // true
The text was updated successfully, but these errors were encountered:
Validates a phone number based on the incoming input.
Input: number or string, begin with 0 means string.
Optional parameter for pattern/ length with an object, defaulted.
Returns boolean.
Example:
IsValidPhoneNumber("075123456"); // true
The text was updated successfully, but these errors were encountered: