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 Text to Uppercase node takes a text input and converts all of its characters to uppercase. It is a simple text processing utility that modifies the case of the provided string.

Inputs

ParameterData TypeRequiredRangeDescription
textSTRINGYesN/AThe text string to be converted to uppercase.

Outputs

Output NameData TypeDescription
textSTRINGThe resulting text with all characters converted to uppercase.