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