RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Regular Expression Details

Title Test Find Indian Mobile No
Expression
^((\+){0,1}91(\s){0,1}(\-){0,1}(\s){0,1}){0,1}9[0-9](\s){0,1}(\-){0,1}(\s){0,1}[1-9]{1}[0-9]{7}$
Description
This expression is to validate indian mobile nos
Matches
9836193498 +919836193498 9745622222
Non-Matches
+9197456222222 8745622222 9836193481
Author Rating: The rating for this expression. Nilarka Prasanna Das
Source Self
Your Rating
Bad Good

Enter New Comment

Title

Name

Comment

Spammers suck - we apologize. Please enter the text shown below to enable your comment (not case sensitive - try as many times as you need to if the first ones are too hard):

Existing User Comments

Title: mobile number
Name: daryl
Date: 3/22/2017 8:32:16 AM
Comment:
How to get regrex for +12 234-435-3455


Title: mobile no wont matches
Name: Praveen
Date: 12/5/2016 5:03:41 AM
Comment:
it wont accept the mobile no which are starting with either 7 or 8


Title: indian mobile no
Name: Gopikrishnan
Date: 8/16/2016 4:40:23 PM
Comment:
My mobile no is 9976998754.this is correct or wrong


Title: Validation Expression for Mobile Number
Name: Nausha
Date: 3/23/2015 9:34:11 AM
Comment:
\d{10]


Title: vehicle number plate
Name: deepzsandra
Date: 1/13/2015 6:52:09 AM
Comment:
The Vehicle Number Plate Regex validation ^[A-Z]{2}[ -][0-9]{2}(?: [A-Z])?(?: [A-Z]*)? [0-9]{4}$ 1.alpha only two character allowed 2.numeric two digits allowed 3.last numeric 4 digits allowed


Title: vehicle number plate
Name: deepzsandra
Date: 1/13/2015 6:45:10 AM
Comment:
The Vehicle Number Plate Regex validation ^[A-Z]{2}[ -][0-9]{2}(?: [A-Z])?(?: [A-Z]*)? [0-9]{4}$ 1.alpha only two character allowed 2.numeric two digits allowed 3.last numeric 4 digits allowed


Title: Updated as Per New Standared
Name: Piyoosh Singh
Date: 1/11/2015 9:23:07 AM
Comment:
As you can see in above adding leading 0 turns the expression in to invalid and as per new mobile numbers mobile numbers can start with 7,8 and 9 1. Leading 0 is allowed 2. Mobile numbers with 7,8 can also be valid Expression : ^(((\+){0,1}91|0)(\s){0,1}(\-){0,1}(\s){0,1}){0,1}[7-9][0-9](\s){0,1}(\-){0,1}(\s){0,1}[1-9]{1}[0-9]{7}$


Title: Updated as Per New Standared
Name: Piyoosh Singh
Date: 1/11/2015 9:23:06 AM
Comment:
As you can see in above adding leading 0 turns the expression in to invalid and as per new mobile numbers mobile numbers can start with 7,8 and 9 1. Leading 0 is allowed 2. Mobile numbers with 7,8 can also be valid Expression : ^(((\+){0,1}91|0)(\s){0,1}(\-){0,1}(\s){0,1}){0,1}[7-9][0-9](\s){0,1}(\-){0,1}(\s){0,1}[1-9]{1}[0-9]{7}$


Title: Super
Name: Vimlesh Maurya
Date: 12/17/2014 7:52:03 AM
Comment:
Superb!!!


Title: Chage the expression
Name: Siddharth Ghule
Date: 1/28/2014 1:13:10 AM
Comment:
Because new Contact number will started which is start from 7 and 8 also


Title: Spam number
Name: dhruv
Date: 11/28/2013 5:24:40 AM
Comment:
Spam number 8488097026


Title: RegEx needs updation
Name: Nitin
Date: 11/8/2013 2:29:45 AM
Comment:
The mobile number series can now start from 9, 8 and 7. This expression should be modified accordingly.


Title: Mobile Number
Name: Gv Rao
Date: 5/23/2012 2:37:56 AM
Comment:
If am entering number starts with 0 it will showing error can you modify to numbers like this +0 9963108070


Title: Mobile numbers have changed
Name: plsoft
Date: 2/29/2012 12:29:19 AM
Comment:
You should update your code since Indian mobile numbers can now start with 7, 8 or 9


Title: Mobile numbers have changed
Name: plsoft
Date: 2/29/2012 12:29:06 AM
Comment:
You should update your code since Indian mobile numbers can now start with 7, 8 or 9


Title: Indian Mobile No
Name: Anandan
Date: 12/3/2010 1:40:14 PM
Comment:
U should try also like this.+91 97456222222,+91 97456 222222 ...


Title: Indian Mobile No
Name: Anandan
Date: 12/3/2010 1:39:52 PM
Comment:
U should try also like this.+91 97456222222,+91 97456 222222 ...


Title: Indian Mobile No
Name: Anandan
Date: 12/3/2010 1:39:35 PM
Comment:
U should try also like this.+91 97456222222,+91 97456 222222 ...


Title: Indian Mobile No
Name: Arun
Date: 8/22/2009 5:15:23 AM
Comment:
Good one


Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials