(PHP 4, PHP 5)
Replace regular expression
string ereg_replace ( string $pattern, string $replacement, string $string )
This function scans string for matches to pattern, then replaces the matched text with replacement.
Parameters:
pattern
A POSIX extended regular expression.
replacement
If pattern contains parenthesized substrings, repl