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 Case Converter node transforms text strings into different letter case formats. It takes an input string and converts it based on the selected mode, producing an output string with the specified case formatting applied. The node supports four different case conversion options to modify the capitalization of your text.

Inputs

ParameterData TypeInput TypeDefaultRangeDescription
stringSTRINGString--The text string to be converted to a different case format
modeSTRINGCombo-[“UPPERCASE”, “lowercase”, “Capitalize”, “Title Case”]The case conversion mode to apply: UPPERCASE converts all letters to uppercase, lowercase converts all letters to lowercase, Capitalize capitalizes only the first letter, Title Case capitalizes the first letter of each word

Outputs

Output NameData TypeDescription
outputSTRINGThe input string converted to the specified case format