Hey Friends how can i parse only text from a web page using jsoup using java?
|
feedback
|
|
From jsoup cookbook: http://jsoup.org/cookbook/extracting-data/attributes-text-html
| |||
|
feedback
|
|
Well, here is a quick method I threw together once. It uses regular expressions to get the job done. Most people will agree that this is not a good way to go about doing it. SO, use at your own risk.
This was originally used in my API wrapper for the Stack Overflow API. So, it was only tested under a small subset of html tags. | |||||||||||
feedback
|
|
Using classes that are part of the JDK:
| |||
|
feedback
|