Skip to content

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 NamePin DescriptionPin TypeValue Type
StringThe input string in which replacements will be madeStringNormal
PatternThe substring to be replaced within the input stringStringNormal
ReplacementThe string that will replace occurrences of the patternStringNormal
New StringThe output string with all occurrences of the pattern replacedStringNormal