This post originated from an RSS feed registered with Java Buzz
by Joe Shelby.
Original Post: Regular Expression Library
Feed Title: Joe's Java Jottings
Feed URL: http://www.blog-city.com/bc/
Feed Description: Notes, observations, and occasional other stuff on Java, with concentrations on Swing, XML, and the Semantic (Object) Web.
http://www.regxlib.com/
Its not a regexlib in the sense of yet another API for working with regexs, but its actually a growing collection of the expressions themselves. Contains regexes for zip/postal codes, email address formats, dates, ip addresses, and more. Oriented towards supporting .NET, but most should work with Perl and Java regex libraries.