static bool web_hasLabelIC(WebNode node, S text) { for (Lisp l : node.labels) if (eqic(text, node.web.unparseLabel(l))) true; false; }