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 highlight text (with <mark> tag)
5
Replace the field name in JSON data
6
Use mb_eregi_replace to quickly process SQL script content exported by databases
3
Build a custom BBCode converter
1
Replace sensitive information in log files (such as IP address, token)
5
Replace the emoji string in the text as the picture tag
4
Use mb_eregi_replace to build a basic template engine
10
After replacing the content, use strpos() to check whether it is effective
4
Use exploit() and mb_eregi_replace to process segment replacement
10
After replacement, cooperate with json_encode() to maintain data transmission security
10
Use mb_convert_encoding() before replacing to ensure uniform encoding
1
Use preg_replace() instead of mb_eregi_replace to achieve more complex Unicode matching
2
«
1
2
3
»
Similar Functions
mb_regex_encoding
mb_regex_encoding
Set/getcharacterenco
mb_convert_kana
mb_convert_kana
Change"Kasaname
mb_decode_numericentity
mb_decode_numericentity
Decodeintocharacters
mb_strripos
mb_strripos
Caseinsensitivelyfin
mb_split
mb_split
Splittingmultibytest
mb_http_input
mb_http_input
DetectHTTPinputchara
mb_ereg_search
mb_ereg_search
Multi-byteregularexp
mb_ereg_search_getregs
mb_ereg_search_getregs
Searchresultsfromthe
Popular Articles
Use mb_eregi_replace to quickly process SQL script content exported by databases
The replacement result is misunderstood as an array (actually a string)
XSS processing before replacing with htmlspecialchars()
Combined with mb_internal_encoding() to set character encoding to avoid garbled code
Replace the field name in JSON data
Replacement content with PHP variables without double quotes or curly braces
Use exploit() and mb_eregi_replace to process segment replacement
In PHP 7.3+, it is mistakenly thought that mb_eregi_replace has been deprecated