Sort text lines alphabetically, by length, or shuffle them randomly. Fisher-Yates algorithm for true randomness.
Try it Free →Sort lines A-Z or Z-A. Case-insensitive comparison for consistent results.
Sort lines from shortest to longest, or longest to shortest.
Shuffle lines using the Fisher-Yates algorithm for statistically unbiased random ordering.
All processing is local in your browser. No data is sent anywhere.
Copy the sorted result to your clipboard instantly.
Reset to the original order with a single click if you made a mistake.
Enter or paste your multi-line text into the input area.
Select alphabetical (A-Z or Z-A), by length (short/long), or random shuffle.
Click the sort button to reorder your lines.
Copy the reordered text to your clipboard.