mb_ereg_replace

Example

 string mb_ereg_replace ( string $pattern , string $replacement , string $string [, string $option = "msr" ] ) 

Description

Replace regular expression with multibyte support

Return Values

The resultant string on success, or FALSE on error.