Remove HTML Tags and parse the text out of it
433062Jan 5 2007 — edited Mar 19 2013Hi All -
I had a text file with all the HTML Tags on it. I want to parse text out of it. Is there any package available to remove all the HTML Tags from the text.
For example
<HTML><BODY bgColor=#ffffff> This is the text i want to parse.</BODY></HTML>
The result would be: This is the text I want to parse.
The text can be very long and can have many different HTML Tags. I cannot use REPLACE becuase tags can me lot more then I thought.
Please respond as soon as possible..Thanks for all your help!!
Anuj Sharma