Return true if the specified character is in the LOWER category (i.e., [a-z]), and false otherwise.
true
character
LOWER
[a-z]
false
Declared in <bdlb_chartype.h>
<bdlb_chartype.h>
static bool isLower(char character);