Regular expressions are an easy way to match or replace pieces of your content, but can be tricky if you…
Posts Tagged ‘preg_replace’
November 29th, 2011
Documentation: PCRE – Perl-compatible regular expressions
1 Comment, PHP, by Joakim Ling.The PCRE library is a set of functions that implement regular expression pattern matching using the same syntax and semantics…
A while ago I had a lot of background colors stored in a database. Rather then manually pick a text…