- altIndexOf
size_t altIndexOf(string s, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
- isDigits
bool isDigits(string text)
Undocumented in source. Be warned that the author may not have intended to support it.
- splitUp
string[] splitUp(string text, const(char)[] delimiters)
Undocumented in source. Be warned that the author may not have intended to support it.
- toCamelCase
string toCamelCase(string text, bool first)
Undocumented in source. Be warned that the author may not have intended to support it.