Advertisement
Guest User

Untitled

a guest
May 28th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. String titlesLine = reader.readLine();
  2. String[] titles = titlesLine.split("t", 2);
  3. String title = titles[0];
  4. String sub = titles[1];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement