Return true if the specified character is in the UPPER category (i.e., [A-Z]), and false otherwise.
true
character
UPPER
[A-Z]
false
Declared in <bdlb_chartype.h>
<bdlb_chartype.h>
static bool isUpper(char character);