Sort lines
Sort text lines A→Z, Z→A, by length, or shuffle randomly.
Language-aware sorting that handles Arabic, Spanish and English alphabets correctly — plus a random shuffle for draws.
Frequently asked questions
Is Arabic sorted correctly?
Yes — sorting uses locale-aware collation, so Arabic letters follow proper Arabic alphabetical order.
What happens to empty lines?
Empty lines are removed during sorting, leaving a clean list.