Chapter I

boolean startsWith(String prefix, int toffset) Tests if this string starts with the specified prefix beginning a specified index. String toLowerCase() Converts all of the characters in this String to lower case using the rules of the default locale. ................
................