easyd.string

Undocumented in source.

Members

Functions

concat
string concat(T[] a, string separator, string delegate(T) tostr)
Undocumented in source. Be warned that the author may not have intended to support it.
contains
bool contains(string s, T f, size_t start, ptrdiff_t* foundAtPos)
Undocumented in source. Be warned that the author may not have intended to support it.
countChar
size_t countChar(string s, char c)
Undocumented in source. Be warned that the author may not have intended to support it.
cutEnd
string cutEnd(string s, long count)
Undocumented in source. Be warned that the author may not have intended to support it.
decPoint
string decPoint(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
getEnd
string getEnd(string s, long count)
Undocumented in source. Be warned that the author may not have intended to support it.
grow
string grow(string s, int length, char fillChar, bool atBeginning)
Undocumented in source. Be warned that the author may not have intended to support it.
inputLine
string inputLine()
Undocumented in source. Be warned that the author may not have intended to support it.
posOf
long posOf(string s, string f, long start, bool returnLengthIfNotFound)
Undocumented in source. Be warned that the author may not have intended to support it.
replacePH
string replacePH(string s, StringPair placeHolders, string f, string r)
Undocumented in source. Be warned that the author may not have intended to support it.
subStr
string subStr(string s, long start, long length)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

StringPair
struct StringPair
Undocumented in source.

Meta