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 5
Title Test Details Website Validation
Expression
^((http|https):[/][/]|www.)([\w-]+\.)+[\w-]+(/[\w- ./?%&=]*)?
Description
This regular expression allows http,https also.
Matches
http://www.google.com,https://www.google.com,www.google.com
Non-Matches
google.com
Author Rating: Not yet rated. Bhanu Prakash
Title Test Details IFSC Code Validation
Expression
[A-Z|a-z]{4}[0][\d]{6}$
Description
IFSC Code normally contains 11 characters.In that first 4 characters are alphabets,5th character is 0 and next 6 characters are numerics
Matches
CITI0344444
Non-Matches
CITI3444444
Author Rating: The rating for this expression. Bhanu Prakash
Title Test Details PAN Card Validation
Expression
^[\w]{3}(p|P|c|C|h|H|f|F|a|A|t|T|b|B|l|L|j|J|g|G)[\w][\d]{4}[\w]$
Description
This Expression validates first 3 are alphabets and 4th character is specifically P,C,H,G,A,T,B,L,I,J,G and next 4 characters are numeric and last character is alphabet
Matches
ALUPC6117h
Non-Matches
ALUPC61171
Author Rating: The rating for this expression. Bhanu Prakash
Title Test Details Email Address Validation
Expression
\w+([-+.']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*
Description
Validates Email Address
Matches
Non-Matches
Author Rating: Not yet rated. Bhanu Prakash
Title Test Details Mobile Number Validation
Expression
^([7-9]{1})([0-9]{9})$
Description
Mobile Number starts with 7,8,9 and total 10 digits
Matches
9848457682
Non-Matches
123456789
Author Rating: Not yet rated. Bhanu Prakash
   Displaying page 1 of 1 pages; Items 1 to 5

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