DOWNCASE

UPCASE


DOWNCASE converts all uppercase characters in an expression to lowercase characters.
UPCASE converts all lowercase characters in an expression to uppercase characters.

 

COMMAND SYNTAX

DOWNCASE|LOWCASE(expression)
UPCASE(expression)

 

SYNTAX ELEMENTS

expression in a string containing some alphabetic characters.

 

NOTES

Non-alphabetic characters are ignored.

The function LOWCASE is synonymous with DOWNCASE.

See also the output conversion codes for changing case.


jBC