Line Sorter
17 toolsSort lines alphabetically, by length, or numerically.
Runs in your browser — your files and text stay on your device
A complete text toolkit — convert case, count words, diff text, sort and dedupe lines, find & replace with regex, generate fancy Unicode text and Lorem Ipsum, check readability, use text-to-speech and speech-to-text, normalize whitespace, apply a Caesar cipher, and check palindromes. All processing happens in your browser tab.
CaseCountDiffLorem IpsumSlug GeneratorRemove DuplicatesWord FrequencyText ReverseLine SorterFind & ReplaceFancy Text GeneratorReadability ScoreText-to-SpeechSpeech-to-TextWhitespace NormalizerROT13 / Caesar CipherPalindrome Checker
Sorted
How to use this tool
- 1Paste a list of lines.
- 2Choose a sort order: alphabetical, reverse alphabetical, by length, or numeric.
- 3Copy the sorted result.
Frequently asked questions
What does numeric sort do with non-numbers?
Lines that aren't valid numbers are treated as 0 for sorting purposes.
Are blank lines removed?
Yes — empty lines are filtered out before sorting.