toUpper
Description: This function converts the Subject into an all upper-case String. Said another way, it replaces any lowercase letter with the uppercase equivalent.
Subject Type: String
Arguments: No arguments
Return Type: String
Examples: If the "filename" attribute is
"abc123.txt", then the Expression ${filename:toUpper()}
will
return "ABC123.TXT"