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