![]() |
Rosetta
3.7
|
Commonly used string constants. More...
#include <string>
Namespaces | |
utility | |
comment 0 | |
Functions | |
static std::string const | utility::UPPERCASE_LETTERS ("ABCDEFGHIJKLMNOPQRSTUVWXYZ") |
static std::string const | utility::LOWERCASE_LETTERS ("abcdefghijklmnopqrstuvwxyz") |
static std::string const | utility::LETTERS (UPPERCASE_LETTERS+LOWERCASE_LETTERS) |
static std::string const | utility::NUMERALS ("0123456789") |
static std::string const | utility::UPPERCASE_ALPHANUMERICS (UPPERCASE_LETTERS+NUMERALS) |
static std::string const | utility::LOWERCASE_ALPHANUMERICS (LOWERCASE_LETTERS+NUMERALS) |
static std::string const | utility::ALPHANUMERICS (LETTERS+NUMERALS) |
Commonly used string constants.