Is there a good way to remove HTML from a Java string? A simple regex like
replaceAll("\\\\<.*?>", &quo
If you're writing for Android you can do this...
android.text.Html.fromHtml(instruction).toString()