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 14
Title Test Details date format
Expression
(?<Year>(?:\d{4}|\d{2}))-(?<Month>\d{1,2})-(?<Day>\d{1,2})
Description
match the date pattren start with year and seprated by (-).
Matches
2007-02-23
Non-Matches
2007/02/23
Author Rating: Not yet rated. Balram Watwani
Title Test Details Canadian Postal Code
Expression
\b[A-Z-[DFIOQUWZ]]\d[A-Z-[DFIOQU]]\ +\d[A-Z-[DFIOQU]]\d\b
Description
Find out Canadian Postal Code in the text or html file or xml file
Matches
L4X 1S9
Non-Matches
12345
Author Rating: Not yet rated. Balram Watwani
   Displaying page 1 of 1 pages; Items 1 to 14

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