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

tolower edit

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

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

Related topics
isupper - toupper