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