Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

regular expression for indian mobile number

Use the following regex

^(+91[-s]?)?[0]?(91)?[789]d{9}$
This will support the following formats:

8880344456
+918880344456
+91 8880344456
+91-8880344456
08880344456
918880344456
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #regular #expression #indian #mobile #number
ADD COMMENT
Topic
Name
4+9 =