Replace
functiontextReplaces every occurrence of a search text with a replacement.
Signature
REPLACE(text, find, replaceWith) → text| Argument | Accepts | |
|---|---|---|
text | text | required |
find | text | required |
replaceWith | text | required |
Replaces every occurrence of a search text with a replacement.
Signature
REPLACE(text, find, replaceWith) → text| Argument | Accepts | |
|---|---|---|
text | text | required |
find | text | required |
replaceWith | text | required |