tags:

views:

174

answers:

5

I need to learn about RegEx? Does anyone know any good online resource for that.

Thanks!!

+2  A: 

Check this online tools:

This non-online tools are very helpful:

Also you might find helpful sites like RegexLib.

CMS
+1  A: 

Take a look at the answers to this question: http://stackoverflow.com/questions/4736/learning-regular-expressions.

Robert Gamble
+2  A: 

I recommend http://www.regular-expressions.info - great tutorial and regex reference. That site's creator, Jan Goyvaerts, also blogs at http://www.regexguru.com/, also highly recommended.

Tim Pietzcker
A: 

The best way to learn is to start using regEx on your project.

I always use Expresso and I found a good cheat sheet thst helps me.

Dror Helper
A: 

Jeff Friedl's web site for "Mastering Regular Expressions".

Jonathan Leffler