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