Table of Contents
The
function converts an upper-case letter to the corresponding lower-case letter.
If the argument is an upper-case letter, the function returns
the corresponding lower-case letter if there is one; otherwise the argument
is returned unchanged.
The function
conforms to
Table of Contents