REPLACE
Replace part of a string with a replacement string.
Declaration
REPLACE(base_string, replacement, start, end) -> replaced_string
Parameters
Return Values
- replaced_string
- string -This is the resulting string from taking the base and replacing the search string with the replacement string or from start to end indexes. Replaces only the first index.