Replaces all occurrences of the search string with the replacement string.
inputs:
string – link with the string being searched and replaced on, otherwise known as the haystack.
- Required: yes
search – input or specify directly the value being searched for, otherwise known as the needle.
- Required: yes
replace – input or specify directly the replacement value that replaces found search values, If empty then all values in search are be erased from string.
- Required: no
outputs:
result – string with the replaced values.
Click to rate this post!
[Total: 0 Average: 0]