static bool web_nodeEndsWithWord(WebNode node, S word) { for (S s : node.texts()) if (eqic(word, last(words2(s)))) true; false; }