There is 1 article tagged as "pcre"

Regular expressions with PHP

on September 22, 2008. in Development, Programming. A 2 minute read.

I just want to write some real examples. These regexps are (and always will be, ‘cause I plan to write several posts on this topic) for the PHP’s PCRE library. Here’s a good PHP PCRE cheat sheet, it’s an excellent resource for regexps. If you know nothing about regexps, first read this Wiki page.

Continue reading Regular expressions with PHP...