Sort Lines
Sort lines alphabetically, ascending or descending, with optional case-insensitive comparison.
Runs in your browser — files never leave your device
Sorted
How it works
Sort lines A→Z or Z→A, optionally ignoring case and trimming whitespace.
Useful for tidying lists, imports and config files.
Frequently asked questions
- Is sorting numeric or alphabetical?
- Alphabetical (lexicographic). “10” sorts before “2” because it compares characters.
- Is my text uploaded?
- No — sorting runs in your browser.
Related tools
- Word & Character CounterCount words, characters, sentences, paragraphs and lines instantly. Runs entirely in your browser — your text never leaves your device.
- Case ConverterConvert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, kebab-case and more — instantly in your browser.
- Slug GeneratorTurn any title into a clean, URL-friendly slug. Removes accents and punctuation; runs in your browser.
- Text ReverserReverse any string character by character. Handles Unicode correctly; runs locally.
- Remove Duplicate LinesStrip duplicate lines from a list, keeping the first occurrence. Optional case-insensitive and trim modes.
- Number Base ConverterConvert numbers between binary, octal, decimal and hexadecimal (or any base 2–36).