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