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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

regular expression NxM 9
regular expression 7
Regular Expression Help 1
C# books 12
Regular expressions 20
Regular expression 5
help in debugging a 1.1 DLL using 2.0 windows application 2
Regular expression 4

Back
Top