Is there a good way to remove HTML from a Java string? A simple regex like
replaceAll("\\\\<.*?>", &quo
On Android, try this:
String result = Html.fromHtml(html).toString();