- classify
CharClass classify(char ch)
Undocumented in source. Be warned that the author may not have intended to support it.
- compare
auto compare(const(char[]) s1, const(char[]) s2)
Undocumented in source. Be warned that the author may not have intended to support it.
- icompare
int icompare(const(char[]) s1, const(char[]) s2)
Undocumented in source. Be warned that the author may not have intended to support it.
- isearch
size_t isearch(char[] src, char[] pattern)
Undocumented in source. Be warned that the author may not have intended to support it.
- strncasecmp
int strncasecmp(char* , char* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- toLower
T[] toLower(T[] src)
Undocumented in source. Be warned that the author may not have intended to support it.
- toUpper
T[] toUpper(T[] src)
Undocumented in source. Be warned that the author may not have intended to support it.