PHP » GoLang |
login |
register |
about
|
GoLang mb_eregi_replace
request it (378)
GoLang replacement for PHP's mb_eregi_replace
[edit | history]
mb_eregi_replace(PHP 4 >= 4.2.0, PHP 5, PHP 7) mb_eregi_replace — Replace regular expression with multibyte support ignoring case Description
string mb_eregi_replace
( string
$pattern
, string $replace
, string $string
[, string $option = "msri"
] )
Scans Parameters
Return Values
The resultant string or Changelog
Notes
Warning
Never use the e modifier when working on untrusted input. No automatic escaping will happen (as known from preg_replace()). Not taking care of this will most likely create remote code execution vulnerabilities in your application. See Also
|
more
Recently updated
more
Most requested
more
Last requests
|