Data / Strings data/string_case

String Case

Converts a string to uppercase, lowercase, or title case.

Inputs

NameTypeOptionalDescription
text string The string to convert.

Outputs

NameTypeDescription
result string The converted string.

Properties

KeyTypeDefaultDescription
mode select "UPPER" Mode