- String_valueOf
String String_valueOf(bool v)
Undocumented in source. Be warned that the author may not have intended to support it.
- String_valueOf
String String_valueOf(byte v)
Undocumented in source. Be warned that the author may not have intended to support it.
- String_valueOf
String String_valueOf(ubyte v)
Undocumented in source. Be warned that the author may not have intended to support it.
- String_valueOf
String String_valueOf(short v)
Undocumented in source. Be warned that the author may not have intended to support it.
- String_valueOf
String String_valueOf(int v)
Undocumented in source. Be warned that the author may not have intended to support it.
- String_valueOf
String String_valueOf(uint v)
Undocumented in source. Be warned that the author may not have intended to support it.
- String_valueOf
String String_valueOf(long v)
Undocumented in source. Be warned that the author may not have intended to support it.
- String_valueOf
String String_valueOf(float v)
Undocumented in source. Be warned that the author may not have intended to support it.
- String_valueOf
String String_valueOf(double v)
Undocumented in source. Be warned that the author may not have intended to support it.
- String_valueOf
String String_valueOf(dchar v)
Undocumented in source. Be warned that the author may not have intended to support it.
- String_valueOf
String String_valueOf(char[] v)
Undocumented in source. Be warned that the author may not have intended to support it.
- String_valueOf
String String_valueOf(char[] v, int offset, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
- String_valueOf
String String_valueOf(Object v)
Undocumented in source. Be warned that the author may not have intended to support it.
- String_valueOf
String String_valueOf(wchar[] wstr)
Undocumented in source. Be warned that the author may not have intended to support it.
- charAt
char charAt(String str, int pos)
- compareTo
int compareTo(char[] src, char[] other)
- compareToIgnoreCase
int compareToIgnoreCase(char[] src, char[] other)
- dcharToString
String dcharToString(dchar v)
Undocumented in source. Be warned that the author may not have intended to support it.
- endsWith
bool endsWith(String src, String pattern)
- equals
bool equals(char[] src, char[] other)
- equalsIgnoreCase
bool equalsIgnoreCase(char[] src, char[] other)
- fromString16z
wstring fromString16z(wchar* s)
Undocumented in source. Be warned that the author may not have intended to support it.
- fromStringz
char[] fromStringz(char* s)
Undocumented in source. Be warned that the author may not have intended to support it.
- getChars
void getChars(String src, int srcBegin, int srcEnd, char[] dst, int dstBegin)
- indexOf
int indexOf(char[] str, char searched)
- indexOf
int indexOf(char[] str, char searched, int fromIndex)
- indexOf
int indexOf(char[] str, char[] sub)
- indexOf
int indexOf(char[] str, char[] sub, int fromIndex)
- intern
String intern(String str)
- lastIndexOf
int lastIndexOf(char[] str, char ch)
- lastIndexOf
int lastIndexOf(char[] str, char ch, int fromIndex)
- lastIndexOf
int lastIndexOf(char[] str, char[] sub)
- lastIndexOf
int lastIndexOf(char[] str, char[] sub, int fromIndex)
- length
int length(String str)
Undocumented in source. Be warned that the author may not have intended to support it.
- new_String
String new_String(String cont, int offset, int len)
Undocumented in source. Be warned that the author may not have intended to support it.
- new_String
String new_String(String cont)
Undocumented in source. Be warned that the author may not have intended to support it.
- replace
String replace(String str, char from, char to)
- replaceAll
String replaceAll(String str, String regex, String replacement)
- replaceFirst
String replaceFirst(String str, String regex, String replacement)
- startsWith
bool startsWith(String src, String pattern)
- substring
String substring(String str, int start)
- substring
String substring(String str, int start, int end)
- substring
wchar[] substring(String16 str, int start)
- substring
wchar[] substring(String16 str, int start, int end)
- tangoToJavaIdx
int tangoToJavaIdx(int idx, T[] arr)
Undocumented in source. Be warned that the author may not have intended to support it.
- toCharArray
char[] toCharArray(String str)
- toHash
hash_t toHash(String src)
- toLowerCase
String toLowerCase(String src)
- toString16z
wchar* toString16z(wchar[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
- toStringz
char* toStringz(char[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
- toStringzValidPtr
char* toStringzValidPtr(String src)
This is like tango.stdc.stringz.toStringz, but in case of an empty input string,
this function returns a pointer to a null value instead of a null ptr.
- toStringzValidPtr
char* toStringzValidPtr(char[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
- toUpperCase
String toUpperCase(String str)
- toWCharArray
String16 toWCharArray(char[] str)
- trim
String trim(String str)