PHP » GoLang |
login |
register |
about
|
GoLang mb_ereg_replace
request it (378)
GoLang replacement for PHP's mb_ereg_replace
[edit | history]
mb_ereg_replace(PHP 4 >= 4.2.0, PHP 5, PHP 7) mb_ereg_replace — Replace regular expression with multibyte support Description
string mb_ereg_replace
( string
$pattern
, string $replacement
, string $string
[, string $option = "msr"
] )
Scans Parameters
Return Values
The resultant string on success, 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
|