Sort Lines
Free online line sorting tool supporting alphabetical, numerical, length, and duplicate removal.
Input Lines5 lines
Sorted Output4 lines
How it works
The Sort Lines tool splits input text into discrete lines, applies requested ordering algorithms (locale string compare, float parsing, or length calculation), removes duplicate entries if selected, and joins the result.
Frequently Asked Questions
Is my data uploaded to any server?+
No, line sorting runs 100% locally inside your web browser.
How does numerical sorting treat non-numeric lines?+
Numerical mode parses each line as a number, so use it when every line begins with a valid numeric value.
Can duplicate lines be removed without changing case?+
Yes. Duplicate removal compares the line text exactly, so differently capitalized lines remain separate.
Related Tools
Word CounterFree online word, character, sentence, line, and reading time counter.→Case ConverterConvert text strings between camelCase, kebab-case, snake_case, CONSTANT_CASE, PascalCase, and Title Case instantly in your browser.→Character CounterCount Unicode characters, characters without whitespace, words, lines, and UTF-8 bytes as you type or paste text.→Slug GeneratorFree online URL slug generator converting titles and headers into URL-friendly strings.→