Regex Validation
-
Hi,
i’m using your plugin on a website and doing some regex validation on it.
Everything works fine, but the phone number validation just doesn’t work.
I tested my regex on 3 websites for now and it works, so i’m here.
/(?:(?:\+?1\s*(?:[.-]\s*)?)?(?:(\s*([2-9]1[02-9]|[2-9][02-8]1|[2-9][02-8][02-9]??)\s*)|([2-9]1[02-9]|[2-9][02-8]1|[2-9][02-8][02-9]))\s*(?:[.-]\s*)?)([2-9]1[02-9]??|[2-9][02-9]1|[2-9][02-9]{2})\s*(?:[.-]\s*)?([0-9]{4})/
is the regex,
514 415-8899
5144158899are the actual two values that i had problems with.
Any ideas ?
Thank you,
Tim.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Regex Validation’ is closed to new replies.