Text Sorter & Deduplicator
Clean up any list: sort, dedupe, trim.
Sort order
Output — 0 lines
What is this tool?
Takes a line-separated list and cleans it up: sort alphabetically (either direction) or numerically (lines starting with numbers sort by value), remove duplicate lines with a case-sensitivity toggle, trim leading/trailing whitespace, and drop empty lines. The output reports how many lines remain and how many duplicates were removed. Handy for tags, email lists, config values, and log cleanup.
How to use it
- Paste your list, one item per line.
- Choose a sort order and toggle dedupe, case sensitivity, trim, and empty-line options.
- Copy the cleaned output.
Related text tools tools
- Lorem Ipsum GeneratorGenerate placeholder paragraphs, sentences, or words for mockups.
- Word & Character CounterCount characters, words, sentences, paragraphs, and reading time.
- Case ConverterConvert text to camelCase, snake_case, kebab-case, and more at once.
- Regex TesterTest regular expressions with live highlights and capture groups.