Line Sorter
Sort lines alphabetically, numerically, by length, or in reverse, with duplicate removal options.
Processed locally in your browser.
Sort Mode:
Unsorted Input
Sorted Output
How It Works
- 1Paste your multi-line list in the input area.
- 2Choose your sort order: Alphabetical, Reverse, Numeric, Length, or Natural.
- 3Optionally enable 'Remove duplicate lines' or 'Trim whitespace'.
Example Preview
Unsorted fruits
Orange Apple Banana Mango Grape
Frequently Asked Questions
What is Natural Order sorting?
Natural sorting orders items like 'item1', 'item2', 'item10' intuitively rather than standard ASCII sorting where 'item10' precedes 'item2'.