You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A useful method is Match.remove(Filter), which accepts a lambda that can be used to decide whether to remove an element from a Match (and from the underlying document).
Similar, lambda accepting methods would be useful, e.g. for:
after()
append()
attr()
before()
cdata()
content()
prepend()
rename()
replaceWith()
text()
The text was updated successfully, but these errors were encountered:
A useful method is
Match.remove(Filter)
, which accepts a lambda that can be used to decide whether to remove an element from aMatch
(and from the underlying document).Similar, lambda accepting methods would be useful, e.g. for:
after()
append()
attr()
before()
cdata()
content()
prepend()
rename()
replaceWith()
text()
The text was updated successfully, but these errors were encountered: