Sort Lines — alphabetical, reverse, random shuffle
Paste multi-line text and sort A→Z or Z→A with Unicode locale rules, flip line order, or shuffle with Web Crypto randomness. Optional numeric-aware comparisons and case-sensitive mode — trailing newline preserved — all local.
Frequently asked questions
No. Lines are reordered only in this browser tab. Nothing is sent to LocalTools servers for processing.
Each shuffle runs Fisher-Yates with random 32-bit values from your browser's crypto.getRandomValues API. Click "Shuffle again" for another independent permutation.