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