Matching
Runs entirely in your browser, nothing is uploaded.
How it works
Sort Lines Online: Alphabetize, Dedupe or Shuffle
Sort a pasted list A–Z, by the first number on each line, or by length, then dedupe it, strip the blanks, trim the whitespace or shuffle it.
What this does
- Nine actions, A–Z, Z–A, numeric, by length, reverse, shuffle, dedupe, drop blanks, trim
- A–Z runs through Intl.Collator, so an accented letter files next to its base letter instead of after z
- Numeric reads the first number on each line, negatives and decimals included, and parks lines without one at the end
- Dedupe keeps the first occurrence, and the counter tells you how many lines went
FAQ
Keep going