mb_ereg_replace

(PHP 4 >= 4.2.0, PHP 5, PHP 7)

mb_ereg_replaceReplace regular expression with multibyte support

˵��

mb_ereg_replace ( string $pattern , string $replacement , string $string [, string $option = "msr" ] ) : string

Scans string for matches to pattern, then replaces the matched text with replacement

����

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.

����ֵ

The resultant string on success, or FALSE on error.

������־

�汾 ˵��
7.1.0 The e modifier has been deprecated.

ע��

Note:

mb_regex_encoding() ָ�����ڲ�������ַ����뽫�ᵱ���˺����õ��ַ����롣

Warning

��������ε�����ʱ�Ӳ�ʹ�� e ���η����Ͳ���ת�루������ preg_replace()������ע����Щ��ܿ��ܻᵼ��Ӧ�ó�������Զ�̴���ִ�е�©����

�μ�