Return whether character is an uppercase letter.
Declared in <bdlb_chartype.h>
static
bool
isUpper(char character);
Return true if the specified character is in the UPPER category (i.e., [A-Z]), and false otherwise.
true if character is an uppercase letter, and false otherwise
| Name | Description |
|---|---|
| character | character to classify |