$toUpperCase

Converts all of the characters in the given string to upper case.
Syntax
    $toUpperCase{some_string}
DocumentationConverts all of the characters in the given string to upper case:

    Parameters:
      some_string, the string whos characters are to be converted to upper case.
    Returns:
      the string converted to upper case.
Examples
Example 1:
    $toUpperCase{Hello}

    Result:
    HELLO
Example 2:
    $toUpperCase{heLLo}

    Result:
    HELLO
GroupString
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters 1