ToolVaults

Sort, Deduplicate & Shuffle Lines

Sort lines alphabetically, numerically, or by length. Remove duplicates, trim whitespace, shuffle randomly. Runs entirely in your browser.

Runs 100% in your browser — nothing is uploaded.

5 lines
4 lines

Frequently asked

How does numeric sort work?

It finds the first number in each line and sorts by that. Lines without a number are pushed to the end.

Is dedupe case-sensitive?

By default, no — matches "Apple" and "apple". Uncheck "Case-insensitive" to distinguish them.

Can I sort by length?

Yes — pick "Shortest first" or "Longest first". Handy for finding outliers in a list.

Related tools