Strip HTML
Removes every HTML tag from the input and decodes common entities, leaving only the plain text. Block-level elements like <p>, <br>, and <li> become line breaks so the structure is preserved.
This is plain text.
Remove all HTML tags from a string and decode common entities — leaves plain text.
Removes every HTML tag from the input and decodes common entities, leaving only the plain text. Block-level elements like <p>, <br>, and <li> become line breaks so the structure is preserved.
This is plain text.