OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Namespaces | Functions
Ascii.cpp File Reference
#include "Ascii.h"
#include <algorithm>
#include <string>

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)