To Uppercase
- Updated2023-02-17
- 1 minute(s) read
To Uppercase
Converts all alphabetic characters in a string to uppercase characters. This node does not modify non-alphabetic characters.

Inputs/Outputs

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.

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.