So I have this validation for alphanumeric's (/^[A-Za-z0-9,\+-]+$/) however I want a validation for a phone number which only allows Numbers, Spaces, Dots and Hyphens. What code would I use to check for those.
Thanks Ben
|
So I have this validation for alphanumeric's Thanks Ben |
|||||||||
|
That would be:
|
|||
|
|
|
See this reference,
If your phone number starts with a country code, you may also want a plus sign as the first non-whitespace character
Here, the |
|||||
|