Return true if the specified character is in the ALUND category (i.e., [ALPHA|]), and false otherwise.
true
character
ALUND
[ALPHA|]
false
Declared in <bdlb_chartype.h>
<bdlb_chartype.h>
static bool isAlund(char character);