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