- bind
string bind(string source, string[string] values, string limiter)
Undocumented in source. Be warned that the author may not have intended to support it.
- countValues
size_t[string] countValues(string[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- endsWith
bool endsWith(string str, string txt)
Undocumented in source. Be warned that the author may not have intended to support it.
- fill
string fill(size_t length, string txt)
create a string with defined length and content
- has
bool has(string base, string[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(string base, string[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(string[] bases, string[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- has
bool has(string[] bases, string[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- indent
string indent(string txt, int indent)
Undocumented in source. Be warned that the author may not have intended to support it.
- indexOfAll
size_t[] indexOfAll(string text, string searchTxt)
Undocumented in source. Be warned that the author may not have intended to support it.
- quotes
string quotes(string text, string leftAndRight)
Undocumented in source. Be warned that the author may not have intended to support it.
- quotes
string quotes(string text, string left, string right)
Undocumented in source. Be warned that the author may not have intended to support it.
- remove
string[] remove(string[] values, string[] removeValues)
remove all string values from a array of strings
- startsWith
bool startsWith(string str, string txt)
Undocumented in source. Be warned that the author may not have intended to support it.
- toString
string toString(string[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
- toStrings
string[] toStrings(T tt)
Undocumented in source. Be warned that the author may not have intended to support it.
- unique
string[] unique(string[] values)
Unique - Reduce duplicates in array