The uppercase function

Description

The uppercase function returns a string formed by converting all lowercase characters in the parameter passed to it, into uppercase characters, and leaving all non-lowercase characters in the parameter unchanged.

Parameter

The uppercase function's only parameter is an expression of string type or char type.

Example

   uppercase('Hello!!')  returns   'HELLO!!'

Portability

Operating Systems: All
Standard Pascal: No