I have a bunch of HTML code where I want to remove all HTML markup.
I think this is possible with Regex (regex). With search and replace, how would I do this?
I tried <*>, where I thought * was a wildcard, but apparently not. How do I make a regular expression find all <text>?
source share