P
Patrick
I've got some text with a few HTML tags, such as the following
<Bold>Hello</Bold>There buddy<p>please .....
I need to be able to extract just the text, which would be
Hello there buddy please....
Note, this is a Windows App, and not a Web App.
Any ideas anyone?
<Bold>Hello</Bold>There buddy<p>please .....
I need to be able to extract just the text, which would be
Hello there buddy please....
Note, this is a Windows App, and not a Web App.
Any ideas anyone?