テキストと文書ツール

Sort List

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

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

Maximum 100,000 characters and 50,000 parsed items. Equal items keep their original relative order.

Applies to alphabetical sorting and to the text group in numeric mode.

Keeps the first completely identical value. Case variants and different numeric spellings remain separate.

使い方

使い方

  1. Paste a list up to 100,000 characters and choose its literal input separator.
  2. Choose alphabetical, numeric, or length sorting; then set the direction and cleanup rules.
  3. Sort the list, review the exact order, then copy it or download a text file.

Three defined comparison methods

English alphabetical mode uses a fixed English browser collator and can ignore or respect case. Numeric mode recognizes complete finite decimal or scientific-notation values, keeps the numeric group before text, and sorts the text fallback alphabetically. Length mode counts Unicode code points rather than UTF-16 code units.

Stable ties and exact duplicate removal

Items that compare equally retain their input order. Optional duplicate removal keeps the first completely identical retained value; differently cased values and numerically equal spellings such as 2 and 2.0 remain separate. Input and output separators are literal text, never regular expressions. Input is limited to 50,000 items and output to 500,000 characters.

よくある質問

あわせて知りたいこと

What happens to text in numeric mode?

Strict finite numbers sort first by numeric value. Other items form a second group sorted with the same English alphabetical and direction settings.

Does duplicate removal ignore case?

No. It removes only exact duplicate retained values after optional trimming. Apple and apple remain separate even when alphabetical comparison ignores case.

How are equal values ordered?

The sort is stable. Items that compare equally keep the order in which they appeared in the input.