Description
The lowercase function returns a string formed by converting all uppercase characters in the parameter passed to it, into lowercase characters, and leaving all non-uppercase characters in the parameter unchanged.
Parameter
The lowercase function's only parameter is an expression of string type or char type.
Example
lowercase('Hello!!') returns 'hello!!'
Portability
Operating Systems: All
Standard Pascal: No