-2

How do you parse html-docs in Java? I've read a lot of articles about parsing, but haven't found the best way to do it.

user1831
  • 3
  • 1

1 Answers1

3

Try using Jsoup https://jsoup.org/. It is one of the most widely used html parser.

Ravi Sharma
  • 197
  • 1
  • 4