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