I want to extract the plain text from given HTML code. I tried using regex and got
regex
String target = val.replaceAll(\"\", \"\");