Converting HTML string to text string
752503Aug 22 2010 — edited Aug 23 2010Hi,
I used dbms_lob.substr to get the data in CLOB.
But it returns the values in html format which contains lots of tags in between.
How to convert the html string to text string.
Thanks in Advance.