Archive for the 'Regular Expressions' Category

PREG_REPLACE_EVAL

Monday, June 30th, 2008

This afternoon, while trying to come up with a solution for a problem on a client’s site, I had one of those “AHA!” moments. I’ve been working with PCRE (Perl Compatible Regular Expressions) just about as long as I have been using PHP, but I never really looked into the docs until today. [...]

Musings From the World of PHP