Uppercase function
The Uppercase function converts all lowercase characters to the corresponding uppercase character.
Parameter: string
The string to convert. This can come from a source node, the result of another function, or a value you specify.
Returns: string
The converted string.