Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
mb_eregi_replace
mb_eregi_replace
Multibyte-supported replacement regular expressions, ignoring upper and lower case
Name:
mb_eregi_replace
Category:
Multi-byte string
Programming Language:
php
One-line Description:
Multibyte-supported replacement regular expressions, ignoring upper and lower case
Related
Use mb_eregi_replace to replace sensitive words in strings
3
«
1
2
3
»
Similar Functions
mb_regex_encoding
mb_regex_encoding
Set/getcharacterenco
mb_eregi
mb_eregi
Multi-bytesupportsre
mb_chr
mb_chr
Getspecificcharacter
mb_output_handler
mb_output_handler
Callbackfunctionthat
mb_regex_set_options
mb_regex_set_options
Set/getdefaultoption
mb_strripos
mb_strripos
Caseinsensitivelyfin
mb_ereg_search_init
mb_ereg_search_init
Settingsstringsandre
mb_ereg_match
mb_ereg_match
Regularexpressionmat
Popular Articles
After replacing the content, use strpos() to check whether it is effective
Use mb_eregi_replace to build a basic template engine
In PHP 7.3+, it is mistakenly thought that mb_eregi_replace has been deprecated
Use mb_eregi_replace to quickly process SQL script content exported by databases
Case problem in regular mode does not realize that mb_eregi_replace is case-insensitive
Use regular expressions to clear special characters in user input
Replace all numbers in a string as specific characters (such as "*")
Combined with mb_internal_encoding() to set character encoding to avoid garbled code