Replace Text String
Replace text within a text string.



This node replaces a particular string of text within a larger body of text, for use within a Text node or to be processed by other text string nodes.
These properties control the core behaviours of the node.
| Parameter | Details |
|---|---|
| Text String | The text string to replace within. |
| Text String To Replace | The string in the text to replace. |
| Replace With Text String | The string you want to replace with. |
| Use Regular Expression | Use regular expressions to find and replace nodes. |
| Regular Expression | Use regular expressions to add greater controls to selecting which text to replace. |
| Replace All Instances of Text String | Optionally replace all occurrences of the string or just the first. |
| Case-sensitive | Optionally only replace those strings that match case. |
| Name | Description | Typical Input |
|---|---|---|
| Text String | The text string to replace within. | Text String |
| Text String To Replace | The text string in the text to be replaced. | Text String |
| Replace With Text String | The text string you want to replace with. | Text String |