mb_eregi_replace

Example

 string mb_eregi_replace ( string $pattern , string $replace , string $string [, string $option = "msri" ] ) 

Description

Replace regular expression with multibyte support ignoring case

Return Values

The resultant string or FALSE on error.