- find
size_t find(string s, string what, size_t start)
Undocumented in source. Be warned that the author may not have intended to support it.
- find
size_t find(string s, dchar what, size_t start)
Undocumented in source. Be warned that the author may not have intended to support it.
- findLast
size_t findLast(string s, dchar what, size_t start)
Undocumented in source. Be warned that the author may not have intended to support it.
- split
string[] split(string what, string splitter)
Undocumented in source. Be warned that the author may not have intended to support it.
- split
string[] split(string what, dchar splitter)
Undocumented in source. Be warned that the author may not have intended to support it.
- tostring
string tostring(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.