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