Text Tools
The text tools handle the everyday shaping of written content and strings: converting case, counting words and characters, cleaning up lists, comparing versions, and encoding or escaping text for the web. They update as you type and keep everything on your device.
What this category covers
This category covers text utilities and encoders — case conversion, counting and analysis, diffing, list cleanup, slugs, and character escaping. If the input and output are both text, it belongs here.
Common use cases
- Counting words to meet a length target
- Converting a heading to title case in one click
- Comparing two drafts to see exactly what changed
- Turning a title into a clean URL slug
- Removing duplicate or blank lines from a list
Best practices
- Decide whether trailing spaces and line breaks matter for your target before cleaning text, since some formats treat them as significant.
- Use a diff view rather than re-reading two versions by eye when you need to catch every change.
- Keep slugs short, lowercase, and hyphenated for readable, stable URLs.
- Escape text for HTML when you want code or markup to show as literal characters.
Tools in this category
Word Counter
Count words, characters, sentences, and reading time for any text.
Launch toolCase Converter
Convert text between upper, lower, title, camel, pascal, snake, and kebab case.
Launch toolText Diff Viewer
Compare two text blocks and highlight added, removed, and unchanged lines.
Launch toolSlug Generator
Turn any text into a clean, URL-friendly slug.
Launch toolText to Base64
Encode plain text and full Unicode to Base64 live as you type.
Launch toolLine Tools
Sort, reverse, deduplicate, and remove empty lines, plus reverse the whole text.
Launch tool