Answers for "regex for phone verification"

0

valid phone number regex with country code

((00)?(\+)?\d{1,3})[-\s]+(\d{1,3})[-\s]+(\d{4,10})
Posted by: Guest on February-17-2021
0

phone regex

^\s*(?:\+?(\d{1,3}))?[-. (]*(\d{3})[-. )]*(\d{3})[-. ]*(\d{4})(?: *x(\d+))?\s*$
Posted by: Guest on April-30-2021

Code answers related to "regex for phone verification"

Code answers related to "Javascript"

Browse Popular Code Answers by Language