C++ Programming/Code/Standard C Library/Functions/tolower

< C++ Programming < Code < Standard C Library < Functions

tolower

Syntax
#include <cctype>
int tolower( int ch );

The function tolower() returns the lowercase version of the character ch.

Related topics
isupper - toupper
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.