Strip HTML Tags
Remove HTML tags and leave just the visible text. It deletes anything between angle brackets, so <p>, <b> and the rest disappear while their contents remain. Handy for pasting rich text as plain text.
Try it now
Worked example
Hello GG
Frequently asked
Does it decode entities like &?
No, it only removes tags; entity text is left as written.
Will it break on malformed HTML?
It simply drops any run from '<' to the next '>'.