文字与文档工具

列表排序

按固定英语字母序、严格数值加文本分组或Unicode码点长度稳定排序;支持升降序、大小写、精确去重、五类字面量输入/输出分隔符、修剪、空项处理、复制和TXT下载。

优先本地处理无需注册隐私说明 ↗

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.