static bool web_match(S pat, WebNode node, Matches m) { for (S s : web_texts(node)) if (match(pat, s, m)) true; false; }