Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
value | Utf8 | The original string. |
search | Utf8 | The substring to search for. |
replacement | Utf8 | The string to replace each occurrence with. |
Return Value
Returns a Utf8 with all occurrences of the search substring replaced by the replacement string.
Examples
$ Replace substring
