Answers for "accept phone number with country code js"

0

mobile number validation in javascript with country code

/^[+]?[(]?[0-9]{3}[)]?[-s.]?[0-9]{3}[-s.]?[0-9]{4,6}$/im

//Valid Phone Numbers :
(123) 456-7890
(123)456-7890
123-456-7890
123.456.7890
1234567890
+31636363634
075-63546725
Posted by: Guest on July-30-2021

Code answers related to "accept phone number with country code js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language