static bool web_includesSearchString(Web web, S s) { for (WebNode n : web_nodesAndRelations(web)) for (S text : web_texts(n)) if (cic(text, s)) true; false; }