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