  |
Regular Expression Builder - http://renschler.net/RegexBuilder/
An open source tool written in C# to build and test regular expressions. |
  |
Programmer's Heaven Regex Area - http://www.programmersheaven.com/2/Regex
Contains a beginners regex tutorial and guides for using regexes in various languages, including Perl, Java, .Net and Javascript. Also has a web-based regex testing tool and regex library. |
  |
So What's A $#!%% Regular Expression, Anyway?! - http://www.melonfire.com/community/columns/trog/article.php?id=2
Learn how to use regular expressions and perform search and replace operations. |
  |
TRegExpr - http://www.regexpstudio.com/TRegExpr/TRegExpr.html
A Delphi port of Henry Spencer V8-routins for working with a subset of Perl Regular Expressions. Full source code in object pascal included. No DLL needed. [Freeware] |
  |
Regular Expressions - http://www.cs.rochester.edu/u/nelson/courses/csc_173/fa/re.html
Describes Regular Expressions and compares them to Finite Automatas. |