| OpenEnroth 9cf7432
    | 
| Namespaces | |
| namespace | ascii | 
| Functions | |
| static int | ascii::noCaseCompare (const char *l, const char *r, size_t size) | 
| 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) |