indexOf(char[] source, char match) | Text | [inline, static] |
indexOf(char[] source, char match, int start) | Text | [inline, static] |
indexOf(char[] source, char[] match) | Text | [inline, static] |
indexOf(char[] source, char[] match, int start) | Text | [inline, static] |
replace(char[] source, char match, char replacement) | Text | [inline, static] |
split(char[] src, char[] delim) | Text | [inline, static] |
tolower(inout char[] src) | Text | [inline, static] |
trim(char[] source) | Text | [inline, static] |