Put Text in Alphabetical Order

I recently had a list of text lines in a file (a large list of links) that I had to update so I made this tool in order to alphabetize text and make the whole task much more manageable.

This tool can also more commonly take a list of words separated by spaces or by by commas and put it in alphabetical order. Pretty much any list of text items with a unique separator. I also used it to alphabetize some words for an array I was building. It's a handy little tool.

Tool for Alphabetizing Text

Paste your text in the box below and then click the button.

The new text will appear in the box at the bottom of the page.

Type of Separator

Use a blank space separator (Good for word lists)

Use a comma separator (For csv style data and arrays)

Use a line break separator (For alphabetizing lines)

Or define a custom separator:

Type of Sorting

Alphabetically (A-Z) Numerically (0-9) Reverse order

New Text in Alphabetized Order

Copy your new ABC text from the box below.

Other Tools on this Website