Text Sorter

Sort text lines alphabetically, in reverse order, or in deterministic randomized order.

Tool

How it works

Enter one item per line, then choose a sort mode.

A→Z and Z→A use standard lexical sorting.

Randomize uses a deterministic shuffle based on the current input text.

Examples

Sort a checklist alphabetically before sharing.

Use deterministic randomize for repeatable order changes.

FAQ

Is randomize truly random?

It is deterministic pseudo-random so the same input gives the same shuffled order.

Are blank lines kept?

Blank lines are removed before sorting to keep output clean.