tolower

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;
  
Remarks

Returns the converted char if it exists.