BloombergLP::bdlb::CharType::isLower

Return whether character is a lowercase letter.

Synopsis

Declared in <bdlb_chartype.h>

static
bool
isLower(char character);

Description

Return true if the specified character is in the LOWER category (i.e., [a-z]), and false otherwise.

Return Value

true if character is a lowercase letter, and false otherwise

Parameters

NameDescription
charactercharacter to classify