I'd like to replace all the tag-looking parts in a String if those are not valid HTML tags.
A tag-looking part is something enclosed in <> brackets. Eg. <[email protected]> or <hello> but <br>, <div>, and so on has to be kept.
Do you have any idea how to achieve this?
Any help is appreciated!
cheers,
balázs