static bool web_containsNodeIC(Web web, S text) { for (WebNode node : web.nodes) if (web_hasLabelIC(node, text)) true; false; }