Regular Expression Resources
Regular Expression for everybody
A lot of programmers that came from the mainframe world are unfamiliar with Regular Expression (regex). Here are some resources that will help you build a skill or reinforce what you know.
- Regular-Expressions.info
- This site by the author of Regular Expressions: The Complete Tutorial offers tutorials, examples, and more.
- Sun Regular Expressions Tutorial
- Sun tutorial on using regex in Java.
- Learning .NET Regular Expressions with Expresso
- Learn the basics in 30 minutes? Maybe a bit longer but worth it.