static bool containsWords(S s) { for (S t : javaTokC(s)) if (startsWithLetter(t)) true; false; }