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