Word Puzzle Kit

Alphabetizer

Paste a list, get it sorted. With the options that actually come up — case, duplicates, articles, numbers.

How to use it

  1. 1
    Paste your list

    One item per line, or separated by commas — both are understood.

  2. 2
    Set the options

    Reverse order, ignore case, remove duplicates, strip leading articles.

  3. 3
    Copy the result

    One click copies the sorted list back to your clipboard.

The options, and when each matters

Sorting is not one thing

"Alphabetical order" hides several genuinely different rules, and they disagree on real data. A phone book, a dictionary, a bibliography and a programming language's default sort will each order the same hundred names slightly differently — over capitals, over spaces inside names, over accented characters, over whether "McDonald" files as written or as "MacDonald".

The defaults here match what most people mean by the phrase: case-blind, accent-aware, spaces significant. Where your context has a stricter convention — a citation style, a catalogue standard — check the result against it rather than assuming.

Common questions

How are capitals handled?
By default they are ignored, so "apple" and "Apple" sort together — which is what people almost always want. Turn off "ignore case" to get a strict sort, where every capitalised item comes before every lowercase one.
What does "ignore leading A/An/The" do?
It sorts on the first significant word, so "The Hobbit" files under H. This is how libraries, catalogues and bibliographies do it. The article stays visible in the output — only the sort key changes.
How are numbers sorted?
As text by default, which puts 10 before 2 because "1" comes before "2". Turn on natural sort to compare the numbers themselves, which is what you want for anything like "Chapter 2, Chapter 10".
Does it keep blank lines?
No — empty lines are dropped, since they carry no sort position and would just cluster at one end.

Other ways to attack the same letters.

View all