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.
The uppercase function's only parameter is an expression of string type or char type.
uppercase('Hello!!') returns 'HELLO!!'
Operating Systems: All
Standard Pascal: No