行排序
按字母顺序排序行。
Paste text to sort its lines alphabetically. Choose ascending or descending, ignore case, and optionally remove empty lines. Everything runs locally in your browser.
工作原理
- 1 Paste your lines.
- 2 Pick a direction and options.
- 3 Copy or download the sorted result.
常见用例
- Alphabetize a list.
- Sort imports or keys.
- Order names or terms.
- Tidy a glossary.
常见问题
Is my text sent to a server?
No. Everything runs locally in your browser — your text is never uploaded, stored or logged.
How is sorting done?
Lines are compared as strings (optionally case-insensitively). It is a simple lexicographic sort, not natural/numeric sort.
Is it really free?
Yes — free, with no signup and no limits.