Sort Words

Your data never leaves your browser

Sort all words in your text alphabetically.

Brie — Bug Reporting Tool

Found a bug while testing?

Brie captures screenshots, console logs, network data, and session replays in one click — so developers get the full context without the back-and-forth.

About Sort Words

Split your text into individual words by whitespace and sort them alphabetically. Useful for organising tag lists, keyword lists, and any space-separated word collections.

How to use

  1. Paste or type your text in the input panel.
  2. The words appear alphabetically sorted in the output panel.
  3. Click Copy to copy the sorted words to your clipboard.

More Text Tools

Frequently Asked Questions

FAQs about Sort Words

How are words split?

Words are split by any whitespace including spaces, tabs, and newlines. Multiple consecutive whitespace characters count as a single separator.

Is the sort case-sensitive?

Yes. Uppercase letters sort before lowercase in standard ASCII order. "Banana" appears before "apple".

How are the sorted words joined?

Sorted words are joined with a single space, producing a space-separated list.

Can I sort a comma-separated list?

Not directly. This tool uses whitespace as the delimiter. For comma-separated lists use the Sorting List tool, which splits by newlines, after converting commas to newlines.

Does the output update in real time?

Yes. The output updates instantly as you type or paste.