0 saved tools
Click the star button on tool cards to save them
0 records
Your tool usage will be recorded automatically
Manage your account info and preferences
An all-in-one suite of text utilities: compare, convert, case switch, format and more in a single place.
Character analysis
Text Toolbox is a free online text-processing toolkit that wraps compare, case conversion, formatting, and text cleanup utilities into a single, side-by-side workspace. Paste one or two blocks, pick a tool from the tab bar, and get instant results for diffs, case flips, whitespace cleanup, quote handling, and more — without installing any editor extensions. Every string transformation stays in your browser and never touches a remote server.
Common pain points this tool solves
Step-by-step instructions
What makes us better
Turn this tool into a side income stream
Can I side-by-side compare two long texts and see only the lines that changed?
Yes. The compare tab runs a line-based diff and can show unified or split view, highlight intra-line character changes, and filter out unchanged lines so you focus on deltas when reviewing contracts, i18n files, or pull request descriptions.
Which case conversions and formatting helpers are included?
The case tool covers UPPERCASE, lowercase, Title Case, Sentence case, camelCase, PascalCase, kebab-case, snake_case, and capitalization toggles. The formatting tab adds whitespace trimming, quote normalization, tab/space conversion, line-break standardization, and sorting and deduplication helpers for lists.
If I paste an API key or customer PII into the tool, does it get sent anywhere?
No. Every diff, case flip, whitespace strip, and sort is implemented as pure string math inside the browser with no network dependency. Nothing is uploaded, logged, or cached server-side, so secrets and regulated data stay in your control.
Can I clean up weird smart quotes and hidden control chars copied from Word or PDFs?
Yes. The cleanup tab normalizes curly quotes to straight quotes, strips zero-width spaces and soft hyphens, removes stray BOM markers, and can collapse extra runs of spaces and blank lines to a single canonical form that pastes cleanly into code and CMS editors.
Is there a way to sort and deduplicate a long list of lines?
Yes. The format module has sort ascending/descending, sort ignoring case, remove duplicates, remove blank lines, and reverse order. You can chain them — for example dedupe → sort ascending → normalize spacing — then copy the final list in one click.