mb_ereg_replace
Replace regular expression with multibyte support
&reftitle.description;
stringmb_ereg_replace
stringpattern
stringreplacement
stringstring
stringoption"msr"
Scans string for matches to
pattern, then replaces the matched text
with replacement
&reftitle.parameters;
pattern
The regular expression pattern.
Multibyte characters may be used in pattern.
replacement
The replacement text.
string
The string being checked.
option
The search option. See mb_regex_set_options for explanation.
&reftitle.returnvalues;
The resultant string on success, or &false; on error.
&reftitle.changelog;
&Version;
&Description;
7.1.0
The e modifier has been deprecated.
&reftitle.notes;
¬e.mbstring.encoding.internal;
&mbstring.warning.e-modifier;
&reftitle.seealso;
mb_regex_encoding
mb_eregi_replace