|
mb_eregi_replaceReplace regular expression with multibyte support ignoring case Description
string mb_eregi_replace
( string
$pattern
, string $replace
, string $string
[, string $option = "msri"
] )
Scans Parameters
Return Values
The resultant string or Changelog
Notes
Warning
Never use the e modifier when working on untrusted input. No automatic escaping will happen (as known from preg_replace). Not taking care of this will most likely create remote code execution vulnerabilities in your application. See Also
|