テキストクリーナー
余分な空白を取り除き、改行を正規化し、タイポグラフィ用の引用符を修正し、貼り付けたテキストをきれいにします。
このツールの使い方
- 1
Paste your messy text into the input box.
- 2
Toggle the options you want: trim lines, collapse spaces, remove line breaks, replace tabs, and fix smart quotes.
- 3
Read the cleaned result in the lower box, which updates live as you type or change options.
- 4
Click 'Copy clean text' to copy the result to your clipboard.
テキストクリーナーとは何ですか?
PDF、ウェブサイト、Microsoft Wordから貼り付けたテキストには、隠れた不要物がよく含まれています。タイポグラフィ用(曲がった)引用符、ダッシュ、ソフトハイフン、二重スペース、行末の空白、タブとスペースの混在などです。このツールは、それらすべてをきれいなプレーンテキストに正規化し、コードエディター、CMSのフォーム、その他の厳格な環境にそのまま貼り付けられる状態にします。
よくある活用例
Cleaning a quote pasted from a Word document before dropping it into source code, where curly apostrophes would cause syntax errors.
Flattening multi-line text copied from a PDF into a single line for a spreadsheet cell or search field using the remove-line-breaks toggle.
Removing the trailing spaces and tab-indented lines that sneak in when copying from a chat app or rendered web page.
Normalizing en-dashes and em-dashes to plain hyphens so a CSV or plain-text export stays ASCII-safe.
Tidying marketing copy pasted into a CMS field so double spaces after sentences collapse to single spaces.
Preparing a code comment or commit message by stripping the smart quotes and ellipses an editor auto-inserted.
よくある質問
なぜタイポグラフィ用の引用符は良くないのですか?▼
関連ツール
文字数・単語数カウンター
任意のテキストの単語数、文字数、文の数、段落数、読了時間をオンラインでカウントします。入力中にリアルタイムで更新されます。
読了時間計算ツール
あらゆるテキストを読むのにかかる時間を見積もります。通常の読書(毎分200語)、技術的な読書(毎分150語)、速読(毎分400語)から選べます。
見出し(ヘッドライン)アナライザー
ブログ記事の見出しを、エンゲージメントの可能性に基づいて採点します。パワーワード、感情を喚起する語、長さ、明確さをカウントします。
メール件名テスター
メールの件名を、開封率の可能性に基づいて採点します。長さ、スパムのトリガー、緊急性を示す要素をチェックします。
Markdown→HTML
MarkdownのテキストをHTMLに変換します。CommonMarkとGitHubの拡張(テーブル、取り消し線、タスクリスト)に対応しています。
HTML→Markdown変換ツール
HTMLをMarkdownに変換し直します。HTMLをエクスポートするCMSからコンテンツを移行する際に役立ちます。