Regular Expression Resources
There are many excellent resources available for learning more about .NET regular expressions. Here are a few:
- The 30 Minute Regex Tutorial - My own article will get you up-to-speed quickly.
- Microsoft's regular expression Webcast series featuring Zain Naboulsi demonstrating Expresso
- Regular Expressions Info - A wealth of information including excellent tutorials and reference material
- RegexAdvice - A regular expression discussion forum
- RegExLib - Regular Expression Library - An excellent repository of tested regular expressions
- Microsoft .NET Framework Regular Expression Reference
- Mastering Regular Expressions, by Jeffrey Friedl - the Bible for the
serious Regex aficionados.
- Chapter 9, .NET is available on-line for free, I highly recommend it
- A detailed reference on PERL Regular Expressions (note: Expresso uses the .NET regex flavor, which is very similar, but not identical to the PERL flavor).