Advertisement
Guest User

Untitled

a guest
May 3rd, 2015
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. String test = "temp:content:region:deposit:up";
  2. System.out.println(test.replace(test.substring(test.lastIndexOf(":"), test.length()), ""));
  3.  
  4. System.out.println(test.substring(0, test.lastIndexOf(":")))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement