alnum constant

int const alnum

a-zA-Z0-9

Implementation

static const int alnum = alpha | digit;