Convert string to uppercase
Converts all of the characters in this String to upper case using the rules of the default locale.
Function: UPPERCASE ()
Examples:
"happy" - UPPERCASE() returns "HAPPY"
Returns:
The uppercase string.
Converts all of the characters in this String to upper case using the rules of the default locale.
Function: UPPERCASE ()
Examples:
"happy" - UPPERCASE() returns "HAPPY"
Returns:
The uppercase string.