テキストの行をアルファベット順・数値順・長さ順で並び替えます。トリム・空行削除・大文字小文字無視に対応しています。
行並び替えの使い方
1行に1項目ずつリストを貼り付けます。
アルファベット順・数値順・文字数順・逆順のいずれかを選択します。
トリム・空行除去・大文字小文字無視を切り替えて結果をコピーします。
This line sorter orders a list alphabetically, numerically or by length, ascending or descending, and can also simply reverse the current order.
It is the quick way to tidy a list: alphabetizing names or tags, ordering log lines, arranging a keyword list, or sorting any block of text where one item sits per line.
Numeric sorting reads the number at the start of each line, so 2 comes before 10 instead of the alphabetical order that would put 10 first. Lines without a leading number are placed at the bottom.
Sorting by length orders lines from shortest to longest, or the reverse, which is useful for spotting outliers or grouping similar entries.
Cleanup options make it tidy: trim whitespace from each line, drop blank lines, and ignore case so apple and Apple sort together rather than all capitals coming first.
To also remove repeats, pair it with the remove duplicate lines tool. Everything runs in your browser, so your list stays private.
よくある質問
各行の先頭の数値で並び替えるため、2は10より前に来ます。先頭に数値がない行は末尾に置かれます。
大文字・小文字の区別なく並び替えるため、「apple」と「Apple」が隣り合い、すべての大文字が先に来ることがなくなります。
空行は削除できます。重複行も削除したい場合は、重複行削除ツールと組み合わせてご利用ください。
このツールを埋め込む
このツールをご自身のウェブサイトに追加できます。下のコードをコピーしてください。内容は自動的に最新の状態に保たれます。
<iframe src="https://monu.tools/embed/ja/sort-lines" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>関連ツール