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