Answers for "Regex to match all phone numbers"

9

phone number regex

^[+]*[(]{0,1}[0-9]{1,4}[)]{0,1}[-\s\./0-9]*$
Posted by: Guest on June-10-2020
1

phone number regex

^[+0]{0,2}(91)?[0-9]{10}$
Posted by: Guest on January-31-2021
0

regex phone number 10 digit

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

Code answers related to "Regex to match all phone numbers"

Code answers related to "Javascript"

Browse Popular Code Answers by Language