user45742
0
Q:

java replace all html tags

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

New to Communities?

Join the community