home go links go books go opinion go gallery go projects go resumé go
about this site
archives
book reviews
"to read" list
tech books
search books
books archive
last 10 posts
quotes
cluetrain
cluetrain (mirrored)
randobracket
image auth
search engine hits
  hit history
indexer stats
user agent list
HTML (view)
  (most up-to-date)
MS Word (dl)
code examples
doesntsuck.com
doesntsuck.com

October 26, 2004

Mastering Regular Expressions   (book)

Mastering Regular Expressions
Mastering Regular Expressions

I find regular expressions (regexes) extremely useful. Some people love to bring up the quote "now they have two problems" whenever regexes are brought up. I think that quote is appropriate sometimes, but in many cases, regexes replace much larger sections of code and are much more readable and much less complex than said code.

This book is all about regular expessions, and the details behind the scenes. It has specific examples from several languages including Perl, Java, and .NET IIRC. I've already learned several interesting facts I didn't know before (you don't have to escape metacharacters inside character classes), so the book is already worth it to me.

Posted by yargevad at October 26, 2004 10:47 AM


This weblog is licensed under a Creative Commons License.