Skip to content
Brain
Coder
Tools
Guides
0 uploads — verify
GitHub
Tool info
Text Cleaner
Text Cleaner
<div> This is <b>messy</b> text. It has strange spacing and <span>tags</span>. </div> Also, some empty lines above.
Strip HTML tags
Removes <tag…> markup and decodes HTML entities.
Collapse spaces & tabs
Converts runs of spaces/tabs to a single space.
Join onto one line
Replaces all line breaks and leading/trailing space with single spaces.
Remove empty lines
Drops blank lines from the result.
Trim each line
Strips surrounding whitespace from every line.
Clean text
Copy