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

Smart Quotes to Straight Quotes

Convert smart quotes and typographic punctuation into straight ASCII quotes for safer copy/paste into code, JSON, and config files. Runs locally in your browser.

Input

0 chars

Output

0 chars

Tip: You can verify in DevTools โ†’ Network that nothing is uploaded.

About this Smart Quotes to Straight Quotes

$Smart Quotes to Straight Quotes replaces curly quotation marks (" ' ) with straight quotes (") and (') so text works reliably in parsers and programming languages.

This is especially useful for text copied from Word, PDFs, or websites where typographic characters 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.

What characters are converted?

Curly quotes are converted to straight quotes. Many implementations also convert typographic dashes (โ€“ โ€”) and ellipses (โ€ฆ) to ASCII equivalents.

Why does this matter for JSON and code?

Many parsers treat curly quotes as different characters, so strings that look correct visually can fail to parse or match.

Does it change normal letters and numbers?

No. Only typographic punctuation characters are replaced; regular text remains unchanged.