Uppercase Functoid
Use the Uppercase functoid ( ) to convert any lowercase characters in a string to uppercase.
Input
Parameter 1: A string that is meant to have its lowercase characters, if any, converted to uppercase.
Output
Output 1: A string that is the same as the input string, except that any lowercase characters in it are converted to uppercase.
See Also
String Functoids Reference
String Functoids
How to Add Basic Functoids to a Map