BloombergLP::bdlb::CharType::toLower

Return the lowercase equivalent of input.

Synopsis

Declared in <bdlb_chartype.h>

static
char
toLower(char input);

Description

Return the character in the LOWER category corresponding to the specified input character from the UPPER category or input itself if input is not in category UPPER.

Return Value

lowercase equivalent of input, or input if not uppercase

Parameters

NameDescription
inputcharacter to convert