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

Synopsis

Declared in <bdlb_chartype.h>

static
bool
isLower(char character);

Created with MrDocs