This post originated from an RSS feed registered with PHP Buzz
by Douglas Clifton.
Original Post: Regular Expressions Tutorial
Feed Title: drx: PHP
Feed URL: http://www.loadaveragezero.com/drx/rss/Programming/Languages/PHP/
Feed Description: My site was designed and coded from the ground up in 100% MySQL and PHP. Okay, and a few other tools. I take great pride in adding high quality PHP resources to this category. Like this one.
And specifically the Perl regular expression (PCRE) functions in PHP. Which are the ones everyone should be using. The expression syntax is more powerful than the ereg() functions, and they are much faster. But please, only use regex when you need to!