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_encoding_aliases
mb_encoding_aliases
Getanaliasforaknowne
mb_scrub
mb_scrub
Replacemalformedbyte
mb_ereg_search_regs
mb_ereg_search_regs
Returnsthematchingpa
mb_chr
mb_chr
Getspecificcharacter
mb_output_handler
mb_output_handler
Callbackfunctionthat
mb_ereg_search_getregs
mb_ereg_search_getregs
Searchresultsfromthe
mb_substr
mb_substr
Getpartofthestring
mb_preferred_mime_name
mb_preferred_mime_name
GettheMIMEcharacters
Popular Articles
Use mb_eregi_replace to build a basic template engine
After replacing the content, use strpos() to check whether it is effective
Replace all numbers in a string as specific characters (such as "*")
Replacement content with PHP variables without double quotes or curly braces
Use regular expressions to clear special characters in user input
The replacement result is misunderstood as an array (actually a string)
In PHP 7.3+, it is mistakenly thought that mb_eregi_replace has been deprecated
Build a custom BBCode converter