Resources for Regular Expressions

  • Thread starter Thread starter Reddy
  • Start date Start date
R

Reddy

Hi,

Can anyone suggest good resources on the net to learn "Regular Expressions".

Regards,

Srinivas
 
Reddy,

I found the book "Mastering Regular Expressions, Second Edition" put out
by O'Reilly. I found it to be a comprehensive book on the subject (as most
books by O'Reilly usually are).

Hopet his helps.
 
I've found the Regex Coach http://weitz.de/regex-coach to be a very helpful
in understanding what is going on under the hood in regex expressions. It
allows you to type in regex and target strings and see instant results, as
well as step through the logic of the regex as applied to the test string.
Does not teach regex really, but has helped me understand a lot more
quickly.
 
Back
Top