ToolPad
Runs locally in your browser. Nothing you paste is sent to a server.

Strip Smart Quotes

Convert smart (curly) quotes into straight quotes for safer copy/paste into code, JSON, and config files.

Input

0 chars

Output

0 chars

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.

Common uses
  • Process text data quickly without external tools
  • Transform content for development workflows
  • Clean and format text for analysis
Tips
  • Enable Auto to transform as you type
  • Upload text files directly from your device
  • Download the result when done

FAQ

Is my text uploaded to a server?

No. Everything runs locally in your browser. Nothing you paste is sent to a server.

Can I use this tool offline?

After the page loads once, it will typically keep working offline (unless you hard refresh with no cache).

Do you store my input?

No. Your input stays in your browser. Only optional preferences like theme or language may be stored.

What input formats are supported?

Any plain text. You can paste text directly into the input box.

Why do smart quotes cause problems in code?

Smart quotes are different Unicode characters than straight quotes. Many programming languages and structured formats expect straight quotes only.

Does it also convert dashes or ellipses?

Some implementations also convert typographic dashes (โ€“ โ€”) and ellipses (โ€ฆ) into ASCII equivalents. Review output if typography matters.

Will it change normal apostrophes?

It converts curly apostrophes to a plain ASCII apostrophe. Other characters are left unchanged.