mb_eregi_replace
mb_eregi_replace
Replace regular expression with multibyte support ignoring case
**mb_eregi_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. The case will be ignored.
replacementThe replacement text.
string
The searched .
string
options
The search option. See for explanation.
mb_regex_set_options
The resultant or false on error.
If is not valid for the current encoding, null
is returned.
string``string
mb_regex_encoding``mb_ereg_replace