Text cleanup
Sort alphabetically
Order a list or a bag of words. Locale-aware compare, optional reverse.
Processed in your browser — nothing is uploaded
Choose lines or words, then ascending or descending. Comparison is numeric-aware so file2 sits before file10.
Last reviewed 2026-09-10.
FAQ
Questions, answered
Does it ignore case?
Comparison is case-insensitive for letters, using the runtime locale.
Blank lines?
They sort as empty strings and usually rise to the top in ascending mode.
Does my text leave the browser?
No. The alphabetical sort tool runs in JavaScript on this page. Your paste is not uploaded.
Related