Return whether character is an uppercase letter.

Synopsis

Declared in <bdlb_chartype.h>

static
bool
isUpper(char character);

Description

Return true if the specified character is in the UPPER category (i.e., [A‐Z]), and false otherwise.

Return Value

true if character is an uppercase letter, and false otherwise

Parameters

Name

Description

character

character to classify

Created with MrDocs