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