Line Sorter

Sort lines alphabetically, reverse order, remove duplicates, shuffle randomly, and organize text by line length.

0 chars • 0 lines

Sorting Options

Sorted Lines

Select a sorting option above
Original Lines
0
Sorted Lines
0
Duplicates Removed
0
Sort Type
-

Examples

FAQs

What's the difference between A→Z and Z→A?

A→Z sorts alphabetically ascending (Apple, Banana, Cherry). Z→A sorts descending (Cherry, Banana, Apple).

What is Natural Sort?

Natural sort treats numbers in strings numerically: "item2" comes before "item10" (instead of "item10" before "item2").

Does Shuffle Random give different results each time?

Yes! Each click generates a new random order using a proper randomization algorithm.

How does Remove Duplicates work?

Removes identical lines, keeping only the first occurrence. Use "Ignore Case" to treat "Apple" and "apple" as same.