How to uncomment html tags using jsoup

Viewed 582

I wonder if it is possible to uncomment html tags using jsoup for instance change :

<!--<p> foo bar </p>-->

to

<p> foo bar </p>
1 Answers
Related