How-to articles, tricks, and solutions about PREG-REPLACE
Convert plain text URLs into HTML hyperlinks in PHP
You can use the preg_replace() function in PHP to convert plain text URLs into HTML hyperlinks.
PHP preg replace only allow numbers
You can use the preg_replace() function in PHP to only allow numbers in a string using a regular expression.