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
XSS processing before replacing with htmlspecialchars()
7
Combined with mb_internal_encoding() to set character encoding to avoid garbled code
6
The replacement result is misunderstood as an array (actually a string)
8
In PHP 7.3+, it is mistakenly thought that mb_eregi_replace has been deprecated
10
Case problem in regular mode does not realize that mb_eregi_replace is case-insensitive
5
Replacement content with PHP variables without double quotes or curly braces
1
Invalid replacement due to not using correct regular syntax in pattern
8
Forgot to set the appropriate internal character encoding to cause garbled code
7
Replace the domain name part in the email address
6
Use mb_eregi_replace to replace the line break as <br>
3
Use regular expressions to clear special characters in user input
1
Replace all numbers in a string as specific characters (such as "*")
1
«
1
2
3
»
Similar Functions
mb_strlen
mb_strlen
Getthestringlength
mb_substr
mb_substr
Getpartofthestring
mb_ereg_search
mb_ereg_search
Multi-byteregularexp
mb_internal_encoding
mb_internal_encoding
Set/getinternalchara
mb_ereg_search_getregs
mb_ereg_search_getregs
Searchresultsfromthe
mb_http_output
mb_http_output
Set/getHTTPoutputcha
mb_language
mb_language
Set/getthecurrentlan
mb_ereg_match
mb_ereg_match
Regularexpressionmat
Popular Articles
The replacement result is misunderstood as an array (actually a string)
Invalid replacement due to not using correct regular syntax in pattern
Use mb_eregi_replace to replace the line break as <br>
Replace all numbers in a string as specific characters (such as "*")
Use mb_eregi_replace to replace sensitive words in strings
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
Replace the domain name part in the email address