24 static std::string
const NUMERALS(
"0123456789" );
static std::string const ALPHANUMERICS(LETTERS+NUMERALS)
static std::string const LOWERCASE_LETTERS("abcdefghijklmnopqrstuvwxyz")
static std::string const LOWERCASE_ALPHANUMERICS(LOWERCASE_LETTERS+NUMERALS)
static std::string const UPPERCASE_ALPHANUMERICS(UPPERCASE_LETTERS+NUMERALS)
static std::string const UPPERCASE_LETTERS("ABCDEFGHIJKLMNOPQRSTUVWXYZ")
static std::string const NUMERALS("0123456789")
static std::string const LETTERS(UPPERCASE_LETTERS+LOWERCASE_LETTERS)