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