SUBSTITUTE
Replaces all occurences of a given string with another.
Declaration
SUBSTITUTE(base_string, old_string, new_string) -> final_string
SUBSTITUTE(base_string, old_string, new_string, occurence) -> final_string
Parameters
Return Values
- final_string
- string -This is the resulting string from taking the base and replacing the old string with the new string.