Line Sorter
Sort lines alphabetically, reverse, deduplicate, or shuffle them instantly online. Free line sorter tool — paste text, pick an operation, copy the result. No signup required.
Input Lines
Output Lines
Related Tools
Markdown → HTML
Convert Markdown to clean HTML instantly. Supports GFM, tables, code blocks, and more.
Case Converter
Convert text to camelCase, PascalCase, snake_case, kebab-case, and more — all at once.
HTML → Markdown
Convert HTML to clean Markdown instantly. Supports headings, links, lists, tables, and code blocks.
Advertisement
Line Operations Explained
- A → Z — alphabetical sort using locale-aware comparison
- Z → A — reverse alphabetical sort
- Reverse — flips the order of lines without sorting
- Deduplicate — removes duplicate lines, preserving first occurrence
- Shuffle — randomises line order using Fisher–Yates algorithm