May 23, 2006

The Regex coach. to try regular expressions; it simplifies the process. I will be using preg_replace. I’ve started out with regular expressions in Perl for one of my projects and since then I’ve stuck with it. It works good and preg_replace is often faster then ereg_replace). preg_replace() takes three arguments (pattern, replacement, and ... ................
................