upshift()

Converts a string to uppercase.

Syntax

upshift(
   source STRING )
  RETURNING result STRING
  1. source 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.