- charAt
char charAt(string s, int i)
Undocumented in source. Be warned that the author may not have intended to support it.
- charAt
char charAt(string s, size_t i)
Undocumented in source. Be warned that the author may not have intended to support it.
- compareTo
int compareTo(string value, string another)
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(string items, string item)
Undocumented in source. Be warned that the author may not have intended to support it.
- contains
bool contains(T[] items, T item)
Undocumented in source. Be warned that the author may not have intended to support it.
- equals
bool equals(string s1, string s2)
Undocumented in source. Be warned that the author may not have intended to support it.
- equalsIgnoreCase
bool equalsIgnoreCase(string s1, string s2)
Undocumented in source. Be warned that the author may not have intended to support it.
- isEmpty
bool isEmpty(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- substring
string substring(string s, int beginIndex, int endIndex)
Undocumented in source. Be warned that the author may not have intended to support it.
- substring
string substring(string s, ulong beginIndex, ulong endIndex)
Undocumented in source. Be warned that the author may not have intended to support it.