Answers for "regex that block phone number"

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 number regex

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

Code answers related to "Javascript"

Browse Popular Code Answers by Language