.NET Regex Library


2

votes

134

views

5-digit (zip code)

Matches 5 consecutive digits (may be used for a zip code)....
Steve Wortham
12/31/2009

1

vote

173

views

Simple email validation

This is a loose expression to match a valid email address. This will match some invalid e...
Steve Wortham
10/18/2009

1

vote

129

views

CSV line splitter

Splits a CSV record (a line) according RFC 4180 http://tools.ietf.org/html/rfc4180 Note th...
Bart
11/19/2009

1

vote

113

views

CSV line splitter (including comments)

...
Bart
11/19/2009

1

vote

185

views

Strong Password

Password must be between 6 and 50 characters long and must include at least one upper case...
Steve Wortham
12/31/2009

1

vote

121

views

Last Name, First Name

Simply matches last and first names separated by a comma and stores them in named groups: ...
Steve Wortham
1/2/2010

1

vote

145

views

Parse Database Columns from SQL 2008

You can use this by right-clicking a table in SQL 2008 Management Studio, select "Des...
Steve Wortham
1/11/2010

0

votes

118

views

First Name Last Name

Simply matches first and last names separated by a space and stores them in named groups: ...
Steve Wortham
12/23/2009

Anyone can contribute to the library:
Simply log in, open the tester, then write your regular expression and save it with "include in public library" checked.