string_replace (string text, string search, string replace) ⇒ string
Performs a regular expression match for search, and replaces it with a string, replace, in text.
Alternative function names: str_replace
First available: Version 1.3.3
Comments