upshift()
Converts a string to uppercase.
Syntax
upshift(
   s STRING )
  RETURNS STRING
- s is the character string to convert to uppercase letters.
 
Usage
The upshift() function returns a string value in which all
 lowercase characters in its argument are converted to uppercase.
The character conversion depends on locale settings (the LC_CTYPE environment variable). Non-alphabetic or uppercase characters are not altered.