Five Habits for Successful Regular Expressions — new on O’Reilly re good ol’ regex. This article uses Perl, PHP, and Python in the code examples, but the advice here is applicable to nearly any regex implementation.
A nice article that shows how little i know about regular expressions. I particularly liked the part on lazy quantifiers and inserting comments in your regular expressions. Very useful. “zeldman.pup” [PHP Everywhere]
