Replace Text
Updated: 4 Dec 2023
Replace text within a text string.

Updated: 4 Dec 2023
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 | The text string to replace within. |
| Text String To Replace | The string in the text to replace. |
| Replacement Text | The string in the text to replace. |
| Replace All Instances of Text | The string you want to replace with. |
| Case Sensitive | Optionally only replace those strings that match the target strings case. |
| 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. |
| 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 |