String s = "Let's Get This Bread"; String subString = s.substring(6, 9); // (start index inclusive, end index exclusive) // subString == "Get"