Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Remove HTML Tags and parse the text out of it

433062Jan 5 2007 — edited Mar 19 2013
Hi 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 16 2013
Added on Jan 5 2007
8 comments
21,670 views