Method
This node replaces a particular string of text within a larger body of text, which then can be used as an input into other nodes – typically the Text node.
Attributes
Name |
Description |
---|
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. |
Inputs
Name |
Description |
Typical Node 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 |
Outputs
This node outputs a string that can be used by any node which takes a string input.