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

Please support RegExLib Sponsors

Sponsors

Expressions by User

   Displaying page 1 of 1 pages; Items 1 to 2
Title Test Details Mobile number of India
Expression
(\+91(-)?|91(-)?|0(-)?)?(9)[0-9]{9}
Description
This expression will be useful to check mobile number of India. This expression will check various types of number like number in local format or international number separated by hyphen(-) or not.
Matches
+919123456789 | +91-9123456789 | 919123456789 | 09123456789 | 9123456789
Non-Matches
8123456789 | +91-912345678 | +9191234567890
Author Rating: Not yet rated. Nandip Makwana
Title Test Details Postal code or Pin code of India
Expression
([0-9]{6}|[0-9]{3}\s[0-9]{3})
Description
This expression will be useful to check postal code or pin code of India. This expression will check postal code or pin code in two format. One is code is separated by space after 3 digit and another is code is written in 6 digit.
Matches
360311 | 360 311 | 360 001
Non-Matches
36 0311 | 3603111 | 360 31 | 36031
Author Rating: Not yet rated. Nandip Makwana
   Displaying page 1 of 1 pages; Items 1 to 2

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