replace Function
replace
searches a given string for another given substring, and replaces
each occurrence with a given replacement string.
Examples
Related Functions
regex_replace
searches a given string for another given substring, and replaces each occurrence with a given replacement string.