文字与文档工具

列表唯一项提取

在浏览器中提取去重后的不同值,或只保留恰好出现一次的值;支持换行、逗号、制表符、分号或1—20字符的字面量自定义输入/输出分隔符,以及修剪、空项和大小写控制,保持首次出现顺序并支持复制和TXT下载。

优先本地处理无需注册隐私说明 ↗

Maximum 100,000 characters, 50,000 parsed items, and 20,000 comparison groups.

When unchecked, the first encountered spelling remains in the result.

使用步骤

如何使用

  1. Paste a list up to 100,000 characters and choose its literal input and output separators.
  2. Choose Distinct values or Occurs exactly once, then set whitespace, empty-item, and case rules.
  3. Extract the matching items, review the exact list, then copy it or download a text file.

Two precise meanings of unique

Distinct values keeps the first item from every comparison group, which is useful for deduplication. Occurs exactly once keeps only groups whose total count is one, which is useful for finding one-off values. Both preserve the first appearance order.

Literal separators and controlled comparison

Choose newline, comma, tab, semicolon, or one to 20 literal custom characters for input and output. Optional trimming happens before empty-item removal and comparison. Case-insensitive matching uses Unicode lowercasing but displays the first encountered spelling. Input is limited to 50,000 items and 20,000 comparison groups; output is limited to 500,000 characters.

常见问题

你可能还想知道

What is the difference between distinct and exactly once?

Distinct keeps one representative from every value, even if it appeared many times. Exactly once removes every value that appeared more than once.

Which spelling is kept when case is ignored?

The first matching spelling in the input is kept, while later uppercase or lowercase variants add to the same group.

Does a custom separator use regex syntax?

No. Every custom separator character is matched literally.