TEXT TOOLS
Count, clean up, convert, and analyze text. Pick one below — every one of them runs right in your browser, nothing is uploaded.
Word & Character Counter
Word, character, and sentence counts, reading time, and keyword density.
Morse Code Translator
Translate text to Morse code and back, and play it as sound.
Markdown Notepad
Write Markdown with a live preview, then export to .md or PDF.
Remove Duplicate Lines
Strip repeated lines from text, keeping the first or last occurrence.
Word Frequency Counter
See every word's count and percentage, sorted from most to least frequent.
Sort Text Lines
Sort lines alphabetically, numerically, or by length, with dedup and trim options.
ROT13 Encoder / Decoder
Encode or decode text with ROT13, or any custom Caesar-cipher shift.
Remove Extra Spaces
Collapse repeated spaces and tabs into one, with options to trim lines and drop empty ones.
Remove Line Breaks
Join multi-line text into one block, replacing line breaks with a space or nothing.
Text Diff Checker
Compare two blocks of text line by line and see what was added, removed, or unchanged.
Email Extractor
Pull every email address out of pasted text, deduplicated and one per line.
Number Extractor
Pull every number out of pasted text, with a running sum of what's found.
Text Cleaner
Trim lines, collapse spaces, strip HTML tags, punctuation, or numbers in one pass.
Find & Replace Tool
Find and replace text, with case sensitivity, regex, and replace-first-only options.
Text Statistics Analyzer
Word, sentence, and paragraph counts, average lengths, and reading/speaking time.
Text Similarity Checker
Compare two texts and get an instant similarity score using edit-distance and word-overlap metrics, with a plain-language interpretation.
Questions
- Are these text tools actually free?
- Yes, all of them. No account, no watermark, no daily limit — count, clean, extract, or convert as much text as you need.
- Is my text uploaded to a server?
- No. Every tool here processes text locally in your browser with JavaScript — nothing you paste is ever sent anywhere.
- Which tool do I use to tidy up messy text?
- Text Cleaner for a combined pass (trim, collapse spaces, strip HTML/punctuation/numbers), or reach for Remove Extra Spaces, Remove Line Breaks, or Remove Duplicate Lines individually if you only need one fix.
- Can I pull specific data out of a block of text?
- Yes — Email Extractor, URL Extractor, and Number Extractor each scan pasted text and list out just the matches, deduplicated and one per line.