scinfu/SwiftSoup

how to select class end with space

m3u8playlist opened this issue · 1 comments

like:

<div class="bar  "></div>

there is a space between r and "

try this let sel: Elements = try html.select(":bar ")
See Test form more examples

I close and if you need, open it again