Current Location: Home> Function Categories> preg_replace_callback

preg_replace_callback

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.
Similar Functions
Popular Articles