Just came across this:
http://www.oreilly.com/catalog/regex...ter/index.html
Printable View
Just came across this:
http://www.oreilly.com/catalog/regex...ter/index.html
I was considering getting that.
are regular expressions worth learning about for use in real world applications?
Depends on your real world scope!
Yes they are. You can replace MANY lines of validation code with one reg expression most of the time. They are super powerful.
I am going to check out this book.
Definitely they are . One example I've tried is prasing paragraph . It takes characters (similar weather numbers of char ) from the entire paragraph and gives you the result in MatchCollection . Man , I need that book from Kaza .:D :DQuote:
Originally posted by nswan
are regular expressions worth learning about for use in real world applications?
:D First try the free chapters of .NET and Java, anyway let me know if you downloaded it :pQuote:
Man , I need that book from Kaza
Lots of Regex samples here:
http://regexlib.com/
Cool .
link dont works :confused:Quote:
Originally posted by Lunatic3
Just came across this:
http://www.oreilly.com/catalog/regex...ter/index.html
I just checked it, it works fine. However I have downloaded both Java and .NET chapters and can mail you if you want.
Working . Click here to view it if you have Acrobat installed . http://www.oreilly.com/catalog/regex2/chapter/ch09.pdf