Getting a Substring from a String int start = 1; int end = 4; String substr = "aString".substring(start, end); // Str