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 Add Text Prefix node modifies text by adding a specified string to the beginning of each input text. It takes the text and a prefix as input, then returns the combined result.

Inputs

ParameterData TypeRequiredRangeDescription
textSTRINGYesThe text to which the prefix will be added.
prefixSTRINGNoThe string to add to the beginning of the text (default: "").

Outputs

Output NameData TypeDescription
textSTRINGThe resulting text with the prefix added to the front.