Sort List
「Sort List」는 텍스트 및 문서 작업을 위한 브라우저 도구입니다. 입력과 결과는 일반적으로 이 기기에서 처리되며 가입이 필요하지 않습니다.
사용 방법
사용 방법
- Paste a list up to 100,000 characters and choose its literal input separator.
- Choose alphabetical, numeric, or length sorting; then set the direction and cleanup rules.
- 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.