Description
string
ereg_replace
( string pattern, string replacement, string string)
Nota:
preg_replace()
, which uses a Perl-compatible regular expression syntax, is
often a faster alternative to
ereg_replace()
.
Exemplo
1
.
ereg_replace(
)
Example
|
Exemplo
2
.
ereg_replace(
)
Example
|