How can we remove or escape garbage value like =3D or =3D&&quote while parsing mhtml or html page using jsoup?

25 views Asked by At

I'm trying to extract data from offline saved html pages using jsoup, but while parsing the html document through my java code, I'm getting some garbage value like =3D, =3d&&quote, etc. Is there any way to remove those garbage value using jsoup or any other way in java.

0

There are 0 answers