Perform a regular expression search and replace it with a callback
Name:preg_replace_callback
Category:Regular processing PCRE
Programming Language:php
One-line Description:Given the expression and callback, return a string where all matches of the expression are replaced with the substring returned by the callback function.