Book Review: Regular Expressions in 10 minutes
Regular expressions have always been a bit of a mystery to me. I knew they were very powerful, but they've never been very intuitive. In the past, I've been fortunate to work with developers who could build them for me. I also have the book Regular Expression Recipes: A Problem-Solution Approach, and as a last resort, I've used RegExLib.com
Eventually, I realised that I needed to learn Regex properly, so I bought Regular Expressions in 10 minutes by Ben Forta
One should not forget that livedocs - http://livedocs.adobe.com/coldfusion/8/htmldocs/re... - give pretty good coverage to CF's implementation of regexes, too. It's easy to understand, and complete. It's perhaps a bit light on examples though.
--
Adam