Hi,
I ahve a long string of which I want to remove certain words....

for example:
string example =" <this> is some <test> data"

I want to remove words with are contained with "<>"...so after my programs runs I would be left with

<"is some data">

does anybody have idea's what function I could use...to remove such text from the string...
any ideas would be great...
thank