For whatever reason, sometimes HTML is contained in a text field and displayed in my report. I can use the "replace" command when there are only a few characters. But sometimes, there are way too many characters.
Here is a sample: <a>good text here and here</span><font-family>more good text<p>more good text here.
Is there a way to evaluate all the text and remove all instances where a string is contained within <>? Thank you.
Here is a sample: <a>good text here and here</span><font-family>more good text<p>more good text here.
Is there a way to evaluate all the text and remove all instances where a string is contained within <>? Thank you.