Java ganti semua tag html

public static String html2text(String html) {
    return Jsoup.parse(html).text();
}
Helpless Hornet