ereg_replace
ereg_replace
(PHP 4, PHP 5)
ereg_replace — Replace regular expression
Warning
This function was DEPRECATED in PHP 5.3.0, and REMOVED in PHP 7.0.0.
Alternatives to this function include:
Description
string ereg_replace ( string $pattern , string $replacement , string $string )<