Skip to main content
This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHub
The StringReplace node performs text replacement operations on input strings. It searches for a specified substring within the input text and replaces all occurrences with a different substring. This node returns the modified string with all replacements applied.

Inputs

ParameterData TypeRequiredRangeDescription
stringSTRINGYes-The input text string where replacements will be performed
findSTRINGYes-The substring to search for within the input text
replaceSTRINGYes-The replacement text that will substitute all found occurrences

Outputs

Output NameData TypeDescription
outputSTRINGThe modified string with all occurrences of the find text replaced by the replace text