Use Cases
Where a clean pass
earns its keep.
Copied text rarely travels alone. Hidden tags, stray tabs, curly quotes, and inherited stylesheets ride along in the clipboard and surface later as broken layouts, scattered data, and mismatched fonts. Each use case below shows the exact failure — and how one plain-text pass through cleanplaintext.com prevents it.
The iPhone Notes "paste with formatting" problem
Notes refuses to flatten what you paste, so recipes and articles arrive in script fonts, blue links, and dragged-in images. Here's the clean route around it.
Read the use case → Data · Excel & SheetsHidden characters that scatter your spreadsheet
One pasted value can detonate across columns when invisible tabs and line breaks tag along — taking your formulas down with it. Intercept them first.
Read the use case → Comms · Outlook & GmailKilling the five-font Frankenstein email
Assembling quotes from PDFs, web pages, and docs leaves a patchwork of fonts and gray highlights — and "Paste as Plain Text" keeps failing. A reliable fix.
Read the use case → Web · WordPress, Shopify, SquarespaceThe CMS layout corruption from a Word paste
Word smuggles megabytes of proprietary markup into your page when you paste. See the bloated code a crawler actually reads — and the lean version that replaces it.
Read the use case → Code · Editors & TerminalsThe smart quote that breaks your build
Copy a snippet from a blog and curly quotes and non-breaking spaces ride along invisibly — then the compiler throws a cryptic error you'll hunt for an hour. Kill them first.
Read the use case → Data · JSON & APIsPulling clean text out of a JSON blob
API responses bury the words you want under braces, brackets, keys, and commas. See exactly how the extractor strips the syntax and hands back just the values.
Read the use case → AI Copy · ChatGPT, Claude & GeminiCleaning the hidden marks out of AI text
Copying from an AI chat drags along zero-width characters, byte-order marks, citation numbers, and live hyperlinks you can't see. Strip the whole invisible layer in one pass.
Read the use case → Version Control · Diff & CompareNormalizing two texts before a diff
When one version came from a PDF and the other from Word, hidden differences make a diff flag identical-looking lines. Flatten both first so only real changes show.
Read the use case → Records · Legal & MedicalSanitizing text from legal and medical records
EHR systems, case databases, and PDFs wrap record text in proprietary layout code. A browser-only pass flattens it — and nothing you paste ever leaves your device.
Read the use case → Databases · SQL & Query ClientsFixing cryptic SQL errors from smart quotes
A query copied from a Word doc can carry curly quotes the database can't parse, throwing a syntax error that points at a spot that looks fine. See the fix.
Read the use case →