scinfu / SwiftSoup

SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)
https://scinfu.github.io/SwiftSoup/
MIT License
4.52k stars 345 forks source link

feature request: `:containsData()` selector #223

Open beer-psi opened 2 years ago

beer-psi commented 2 years ago

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 commented 2 years ago

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