Html parser

Good afternoon,

there is a component to parse a html string to regular string?



Thank's



Daniele

In unit AdvUtils.pas, there is a function HTMLStrip()


stringwithouthtmltags := TAdvUtils.HTMLStrip(htmlstring);

Thank's Bruno