//this line begin with the TAB
Pattern pattern = Pattern.compile(seporatorRegEx); //it`s Tab
List<Sentence> sentence = new ArrayList<Sentence>(); //it`s 4 spaces
| 08 мая 2013 00:41 | |
Сообщения:12 | //this line begin with the TAB
Pattern pattern = Pattern.compile(seporatorRegEx); //it`s Tab
List<Sentence> sentence = new ArrayList<Sentence>(); //it`s 4 spaces
|