sS tok_dropStartingWithWord(S word, S s) { LS tok = javaTokWithBrackets(s); int i = indexOfIC(tok, word); ret i < 0 ? s : joinSubList(tok, 0, i-1); }