Sort Lines

Why Do You Need a Line Sorter

When processing list data, keywords or code snippets, we often need to sort multiple lines of text. This tool supports normal sorting, natural sorting (number-aware) and shuffling, with optional ignore-case and deduplication.

Core Features Explained

  1. Normal sort: Sort ascending or descending alphabetically.
  2. Natural sort: Number-aware, e.g. file2 < file10.
  3. Shuffle: Randomly reorder lines.
  4. Ignore case: Sort ignoring letter case.
  5. Unique: Remove duplicate lines.

How to Use the Sorter

  1. Enter multi-line text into the left input box.
  2. Choose a sort mode and set options.
  3. Click "Convert" to see the sorted result.