I've searched and searched and for some reason I couldn't find any solution.
This is my current text:
Lorem ipsum <strong>dolor</strong> sit <i>amet</i>.
This is what I want:
Lorem ipsum sit.
I do not want to use an HTML parser. I just want to use a simple regex to remove HTML tags and their inner content.