We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
//tvlib/org.mjdev.tvlib.webscrapper.select/CssSelectable/findBySelectorMatching
[androidJvm] fun findBySelectorMatching(regex: Regex): List<DocElement>
fun <T> findBySelectorMatching(regex: Regex, init: List<DocElement>.() -> T): T