static L web_nodesEndingWith(Web web, fS suffix) { ret [WebNode node : web_nodesWithoutRelations(web) | endsWithIC(node.text(), suffix)]; }