Last Updated: Dec 10, 2020
Use this function to replace all occurrences of a substring with another substring in the input string.
Replace the word (replace_string, search_string, input)
Input Parameter Name | Description |
---|---|
replace_string | String to replace the search string |
search_string | String to search |
input | input string |
Return value | Description |
---|---|
text | Returns the updated string |
To view all the Text functions, click here.