Strip HTML
Remove all HTML tags
— Remove all HTML tags
Input
Output
Output will appear here
0 words·0 chars·0 lines
⌘K
About Strip HTML
Removes all HTML tags from your input and decodes common HTML entities, leaving you with clean plain text. Great for cleaning up copy-pasted web content.
Use cases
- →Clean up copy-pasted web content
- →Extract readable text from HTML emails
- →Prepare HTML content for plain-text fields
- →Remove formatting from rich text
FAQ
- Does it decode HTML entities?
- Yes — &, <, >, ", ', and are all decoded.
- Does it handle nested tags?
- Yes, all tags regardless of nesting are stripped.