3.6. Function reference
3.6.26. regexReplace()
3.6.25. range()
« Previous
3.6.27. replace()
Next »

3.6.26. regexReplace()

Referencestring regexReplace(string $text, string $replacedPattern, string $replacement)

Replaces all the occurrences of $replacedPattern in $text with $replacement, using Perl-compatible regular expressions.

See also:

3.6.26. regexReplace()
3.6. Function reference
« Previous
3.6.25. range()
Next »
3.6.27. replace()