본문으로 이동
모든 도구
텍스트

Line Sorter & Deduplicator

Sort, deduplicate, reverse, trim, and shuffle lines of text.

About Line Sorter & Deduplicator

A line sorter processes multi-line text by sorting alphabetically, removing duplicates, reversing order, trimming whitespace, or shuffling randomly. It is essential for cleaning up lists, processing log files, and preparing data. All operations work line by line, treating each line as a separate item.

How to Use

Paste your text with one item per line. Click any operation button: Sort A→Z or Z→A for alphabetical order, Remove Duplicates to eliminate repeated lines, Remove Empty to strip blank lines, Trim to remove leading/trailing whitespace, Reverse to flip the order, or Shuffle for random ordering. The stats bar shows line counts at a glance.

Common Use Cases

  • Alphabetically sorting lists of names, URLs, or keywords
  • Removing duplicate entries from CSV columns or log files
  • Cleaning up copied text by trimming whitespace and empty lines
  • Randomizing lists for testing or shuffling quiz questions
  • Reversing line order for stack trace analysis or changelog review