Sort Lines
Sort lines of text alphabetically, numerically, or by length. Fast, free, and fully client-side. Nothing is uploaded to a server.
Input
0 chars · 0 wordsOutput
0 charsHow the Sort Lines Works
Sorts lists and text lines alphabetically (A-Z or Z-A), numerically, by line character length, or randomly (shuffled), with case sensitivity options.
Usage Example
Input: [Banana, Apple, Cherry] → Sorted (A-Z): [Apple, Banana, Cherry].
Frequently Asked Questions
Can it sort numbers correctly?
Yes, enabling "Natural Numeric Sort" ensures that "Item 2" appears before "Item 10" rather than standard lexicographical ASCII sorting.
