Useful regex expressions for PHP preg_replace
Regular expressions, aka. “regex”, are one of the most useful programming operations. With it you can search for and manipulate text using a single line, or few lines, of code. Here we give a few handy regex expressions to tuck away for future reference!