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