String str = "Hello World"; // min - 0 max - 10 str.substring(0,10); // Hello Worl // start- 10 to finished str.substring(10); // d