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