List of functions and data types in Prelude
Char toUpper(Char c)
Arguments
Usage
Converts the character to an upper-case letter. Non-alphabetical characters are returned unchanged.
This function may give unusual results with non-ASCII characters.
Related