OpenEnroth 73e68f7
|
#include <string>
#include <string_view>
Classes | |
struct | ascii::NoCaseLess |
Namespaces | |
namespace | ascii |
Functions | |
char | ascii::isLower (char c) |
char | ascii::isUpper (char c) |
char | ascii::toLower (char c) |
char | ascii::toUpper (char c) |
bool | ascii::isSpace (char c) |
std::string | ascii::toLower (std::string_view text) |
std::string | ascii::toUpper (std::string_view text) |
bool | ascii::noCaseStartsWith (std::string_view s, std::string_view prefix) |
bool | ascii::noCaseEquals (std::string_view a, std::string_view b) |
bool | ascii::noCaseLess (std::string_view a, std::string_view b) |
std::string | ascii::toPrintable (std::string_view s, char placeholder) |