UtilToolkits2025-12-18
TL;DR — Paste any messy text into the Text Cleaner, toggle the operations you need, copy the cleaned output. Pair with the Word Counter to verify length and the Case Converter for capitalization fixes.
Text from PDFs, Word docs, Slack, and rendered web pages carries invisible junk that breaks downstream processing:
“ ” ‘ ’) that break JSON parsing and SQL queries.“key” instead of "key".Invisible characters. Run it through the Text Cleaner with "remove invisible Unicode" on and the problem usually disappears.
The curly typographic quotes (“ ” ‘ ’) that Word and macOS autocorrect insert. They look prettier in prose but break code, JSON, and database queries that expect ASCII straight quotes.
Yes — every operation toggles independently. Leave line-break handling off if you want to preserve structure.