I'm trying to strip HTML tags from a piece of text. However the trouble is that whatever I use - regex, strip_tags etc.. Comes up across the same problem: It will also strip text which is not HTML but looks like it.
Some <foo@bar.com> Content--> Some Content
Some <Content which looks like this --> Some
Is there a way I can get around this?