RegEx Tutorials
07 May 2007One of the most useful things to learn in programming is regular expressions. Knowing how to use regular expressions could save you a TON of time and make your applications more efficient.
I recently compiled a small list of sites/blogs which have excellent reference material on regular expressions. Here it is:
- The absolute bare minimum every programmer should know about regular expressions
- Regex Tutorial
- Regular Expressions Cheat Sheet
- regular-expressions.info
- Learn Regular Expression (Regex) syntax with C# and .NET
Hope that helps!!