static L web_nodesStartingWith(Web web, fS prefix) { ret [WebNode node : web_nodesWithoutRelations(web) | anyStartsWithIC(node.texts(), prefix)]; }