Strip Smart Quotes
Convert smart (curly) quotes into straight quotes for safer copy/paste into code, JSON, and config files.
Input
Output
Tip: You can verify in DevTools โ Network that nothing is uploaded.
About this Strip Smart Quotes
$Strip Smart Quotes replaces typographic quotation marks (" " ' ') with straight quotes (") and (') to avoid issues in code and parsers.
This is especially useful for text copied from Word, PDFs, or websites where curly quotes can break JSON, JavaScript, or exact string matching.
- Process text data quickly without external tools
- Transform content for development workflows
- Clean and format text for analysis
- Enable Auto to transform as you type
- Upload text files directly from your device
- Download the result when done
FAQ
No. Everything runs locally in your browser. Nothing you paste is sent to a server.
After the page loads once, it will typically keep working offline (unless you hard refresh with no cache).
No. Your input stays in your browser. Only optional preferences like theme or language may be stored.
Any plain text. You can paste text directly into the input box.
Smart quotes are different Unicode characters than straight quotes. Many programming languages and structured formats expect straight quotes only.
Some implementations also convert typographic dashes (โ โ) and ellipses (โฆ) into ASCII equivalents. Review output if typography matters.
It converts curly apostrophes to a plain ASCII apostrophe. Other characters are left unchanged.