To Uppercase

Converts all alphabetic characters in a string to uppercase characters. This node does not modify non-alphabetic characters.

1378

Inputs/Outputs

datatype_icon

string

The string you want to modify.

This input can also be any data type that contains only strings, such as an array or cluster of strings.
datatype_icon

all uppercase string

The converted version of the string in which all lowercase characters are now uppercase.

The data type of this output matches the data type of string.