//To delete starting from "opened" String str ="13 opened by someone"; String result = str.substring(0,str.lastIndexOf(" opened"));