Sorting List
Your data never leaves your browserSort a list of items (one per line) alphabetically.
Brie — Bug Reporting Tool
Found a bug while testing?
Brie captures screenshots, console logs, network data, and session replays in one click — so developers get the full context without the back-and-forth.
About Sorting List
Paste a list of items — one per line — and instantly sort them alphabetically. Useful for sorting names, keywords, todo items, file paths, and any line-delimited list.
How to use
- Paste your list (one item per line) in the input panel.
- The sorted list appears instantly in the output panel.
- Click Copy to copy the sorted list to your clipboard.
More Text Tools
Frequently Asked Questions
FAQs about Sorting List
Is sorting case-sensitive?
Yes. Uppercase letters sort before lowercase in standard lexicographic order.
Are empty lines removed?
Empty lines are preserved and sort to the top of the list as empty strings sort before other strings.
Can I sort numbers?
Numbers are sorted as strings (lexicographically), so "10" comes before "9". For numeric sorting, use the built-in sort option of a spreadsheet tool.
How many items can I sort?
There is no hard limit. The tool handles thousands of lines efficiently using JavaScript's built-in sort.
Does the output update in real time?
Yes. The output updates instantly as you type or paste.