Horje
regular expression for indian mobile number Code Example
regex pattern for mobile number
/^(\+\d{1,3}[- ]?)?\d{10}$/
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
regex for mobile number
^[6-9]\d{9}$




Javascript

Related
javascript sucks Code Example javascript sucks Code Example
copy data from chrome devtools Code Example copy data from chrome devtools Code Example
how to leave a space when concatenating in javascript Code Example how to leave a space when concatenating in javascript Code Example
capitalize string js Code Example capitalize string js Code Example
Why do you need JSON Code Example Why do you need JSON Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12