mb_ereg_replace
mb_ereg_replace
Replace regular expression with multibyte support
**mb_ereg_replace** string $pattern string $replacement string $string $options
Scans for matches to
, then replaces the matched text
with
string``pattern``replacement
patternThe regular expression pattern.
Multibyte characters may be used in .
`pattern`
replacementThe replacement text.
string
The being checked.
string
options
The search option. See for explanation.
mb_regex_set_options
The resultant on success, or false on error.
If is not valid for the current encoding, null
is returned.
string``string
mb_regex_encoding``mb_eregi_replace