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 Dutch Postal code
Expression
^[0-9]{4} {0,1}[A-Z]{2}$
Description
Check the Dutch postal code offical format of "9999 AA". Since it is often stored in a database without the space, this pattern allows 0 or 1 space.
Matches
9999 AA | 9999AA
Non-Matches
9999 aa | 9999?AA
Author Rating: The rating for this expression. Willem Mulder
Title Test Details Prefix / Voorvoegsel / Präfix
Expression
(([a-z']?[a-z' ]*)|([a-z][\.])?([a-z][\.]))
Description
Tests the most common prefixes as used in The Netherlands and Germany . Commom abbreviations "v." and "v.d." are also covered.
Matches
van 't | von | v.d. | auf dem
Non-Matches
v.'t | VON | van d.
Author Rating: Not yet rated. Willem Mulder
   Displaying page 1 of 1 pages; Items 1 to 2

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