テキストと文書ツール

Quote テキスト

「Quote テキスト」はテキストと文書に使えるブラウザツールです。入力内容と結果は通常この端末内で処理され、登録は必要ありません。

ブラウザ内で処理登録不要プライバシーの説明 ↗

Maximum 100,000 characters. Per-line mode supports up to 50,000 lines.

Whitespace-only lines are not empty and are always treated as text.

使い方

使い方

  1. Enter text up to 100,000 characters and choose whole-text or per-line quoting.
  2. Choose a quote style, existing-wrapper behavior, inner-quote handling, and whether empty lines should be quoted.
  3. Quote the text, review the exact wrappers and escapes, then copy it or download a text file.

Preset and custom wrapper pairs

Choose straight single or double quotes, English curly quotes, guillemets, German low-high quotes, CJK corner brackets, or custom left and right text up to 20 characters each. Custom wrappers cannot contain line breaks. Processing normalizes CRLF and CR line endings to LF and limits per-line mode to 50,000 lines.

Existing and inner quotes are separate choices

Keep one layer leaves a value unchanged only when it already begins and ends with the exact selected wrapper pair. Always add a layer wraps it again. Inner text can remain unchanged, backslash-escape every exact wrapper token plus existing backslashes, or double each exact wrapper token. These transformations are formatting rules, not a promise that the result is valid JSON, CSV, SQL, or source code.

よくある質問

あわせて知りたいこと

Will it remove quote marks that are already present?

No. Keep one layer can leave an exact matching outer pair unchanged; otherwise the tool adds the selected pair. It does not strip or convert different quote styles.

What happens to blank lines?

In per-line mode, a truly empty line becomes a pair of quotes by default. Turn off Quote empty lines to leave it empty. A line containing spaces is ordinary text and is still wrapped.

Which inner-quote mode should I use?

Keep unchanged is safest for ordinary typography. Backslash and doubling modes are explicit text transformations whose suitability depends on the format where you will paste the result.