I’m trying to use regexp to parse a string like similar to this:
<tag>Text that is written here. This could happen here: <Inline::~Inline> </tag>
How can I use regexp to replace the “<” and “>” characters from Inline. Problem is that Inline might have a different name and inside the main tag one can see comparisons such as ‘< 20’.
Thanks.
Assuming that the inline tag:
then this should work:
regardless what Inline/Test is called.
EDITED – forgot to put TWO colons in 🙂