static bool web_matchNodeName(WebNode node, S pat) { ret eq(pat, "*") || eqic(pat, web_text(node)); }