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 it 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 seperator. I also used it to format 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 seperator (Good for word lists)

Use a comma seperator (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 Alphabetical Order

Copy your new text from the box below.