Loading…
Loading…
Strip HTML tags and keep readable text: paragraphs, lists with bullets, tables as tab-separated rows, and optionally link URLs.
Also covers: HTML to text converter · Strip HTML tags
The result appears here as you type.
A full page, an email template, or a fragment. Entities like & and – are decoded, and scripts and styles are removed.
Keep only link text, or add the URL in brackets. Lists keep their nesting with bullets or numbers, and tables become tab-separated rows.
Paragraph breaks are kept, and whitespace from the HTML source is collapsed the way a browser would display it.
Removing tags with a regex runs words together across block elements, leaves entities like   undecoded, and keeps script and style code as text. This tool parses the HTML like a browser and writes text the way the page reads.
No. It's parsed into an inert document: scripts don't run and images and other resources aren't downloaded.
Each row becomes a line with cells separated by tabs, so you can paste the result into a spreadsheet.
No. Everything runs in your browser, and nothing you paste is sent to a server or stored.
Text & code
Compare two texts or code files side by side, with changed words highlighted. Ignore whitespace or case, and export a unified .diff patch that git apply accepts.
Count
Count words, characters, sentences, paragraphs, and lines as you type, with reading and speaking time. Check text against X, SEO title, and meta description limits.
Case
Convert text to UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, snake_case, kebab-case, and more, line by line.
Cleanup
Clean up messy text: remove extra spaces, blank lines, invisible characters, and HTML tags, straighten quotes, and rejoin hard-wrapped lines.
Lines
Delete repeated lines from a list and keep the original order. Choose case sensitivity, whether to ignore surrounding spaces, and whether to keep the first or last copy.
Lines
Delete blank lines from text, or collapse runs of blank lines down to one so paragraphs stay separated.