static bool containsWord_vbar(S s, S words) { LS tok = javaTokC(s); for (S word : tok_splitAtVerticalBar(words)) if (cic(tok, word)) true; false; }