String Replace
Purpose of the Node
This node performs a string replacement operation. It takes an input string, a pattern to replace, and a replacement string, then outputs the new string with all occurrences of the pattern replaced.
Pins
This node has four input pins and one output pin.
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
String | The input string in which replacements will be made | String | Normal |
Pattern | The substring to be replaced within the input string | String | Normal |
Replacement | The string that will replace occurrences of the pattern | String | Normal |
New String | The output string with all occurrences of the pattern replaced | String | Normal |