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

Synopsis

Declared in <bdlb_chartype.h>

static
bool
isAlpha(char character);

Created with MrDocs