Converts to a character or a range of characters to uppercase.
charT toupper(charT) const; const charT* toupper (charT* low, const charT* high) const;
Returns the converted char if it exists.