I had a quick question, I got the following code
String chapterNumber = "14.2.1";
how can I get to get a line from the next "my" section "<section number"
String mainChapterNumber = "14";
Edit: I want all numbers in int / String (doesn't matter to me) to the first point
James carter
source share