PHP Command Prompt Part II – Regular Expressions
How often has it happened that you have a few hundred pages, with something that needs to be changed on each page? Luckily, PHP >= 4.2.0 ships with PCRE enabled by default, opening up the power of regular expressions to PHP scripters.
I'm not going to give a primer on REs (Regular Expressions), but if you [...]