String text = "line 1 line 3 line 5"; String adjusted = text.replaceAll("(?m)^[ ]* ? ", "");
// #5 text = text.replaceAll("R", " ");