Closed eahanson closed 1 year ago
It would be nice to be able to remove items from the HTML tree. It could do this by delegating to Floki.filter_out. Or maybe this would be better named reject or something.
Floki.filter_out
reject
Added HtmlQuery.reject/2 to version 1.2.
HtmlQuery.reject/2
It would be nice to be able to remove items from the HTML tree. It could do this by delegating to
Floki.filter_out
. Or maybe this would be better namedreject
or something.