Base Framework
|
ASCII character characteristics. More...
#include <base/string/String.h>
Classes | |
class | ToLowerCase |
class | ToUpperCase |
Public Types | |
typedef char | Char |
Static Public Member Functions | |
static bool | isASCII (char character) noexcept |
static char | toLower (char character) noexcept |
static char | toUpper (char character) noexcept |
Static Public Attributes | |
static const char | TERMINATOR = '\0' |
ASCII character characteristics.
Default character manipulators.
|
inlinestaticnoexcept |
Returns true if the character is an ASCII character.
|
inlinestaticnoexcept |
Converts the character to lowercase.
|
inlinestaticnoexcept |
Converts the character to uppercase.
|
static |
Specifies the terminator for NULL-terminated strings.