Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: :containsData() selector #223

Open
beerpiss opened this issue Jun 17, 2022 · 1 comment
Open

feature request: :containsData() selector #223

beerpiss opened this issue Jun 17, 2022 · 1 comment

Comments

@beerpiss
Copy link
Contributor

From Jsoup:

:containsData(data)
elements that contains the specified data. The contents of script and style elements, and comment nodes (etc) are considered data nodes, not text nodes. The search is case insensitive. The data may appear in the found element, or any of its descendants.

@scinfu
Copy link
Owner

scinfu commented Jun 23, 2022

Hi,
yes, I'm working to port this feature

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants