Last Updated: May 27, 2021
Use this function to replace all occurrences of a substring with another substring in the input string.
Replace (find_string, search_string, input)
Input Parameter Name | Description |
---|---|
find_string | String to replace the search string |
search_string | String to search |
input | input string |
Return value | Description |
---|---|
text | Returns the updated string |
Replace (ef, cd, abcd)
To view all the Text functions, click here.