Return a null‐terminated string consisting of all characters in the category ALNUM (i.e., [0‐9A‐Za‐Z]), ordered by increasing character codes.

Synopsis

Declared in <bdlb_chartype.h>

static
char const*
stringAlnum();

Return Value

null‐terminated string of all ALNUM characters

Created with MrDocs