列表高频项
在浏览器中统计列表项频次;支持换行、逗号、制表符、分号或1—20字符的字面量自定义分隔符,修剪/空项/大小写控制,按频次、英语字母序或首次出现排序,以计数、百分比或总数分数展示,并支持复制和TXT下载。
使用步骤
如何使用
- Paste a list up to 100,000 characters and choose its literal separator.
- Choose comparison, sorting, and result display rules.
- Count the items, review the frequency summary, then copy it or download a text file.
Explicit matching and tie rules
Optional trimming happens before empty-item removal and comparison. Case-insensitive mode uses Unicode lowercasing for the comparison key but preserves the first encountered spelling as the result label. Frequency ties retain first appearance order.
Three orders and three formats
Sort by frequency, English alphabetical order, or first appearance. Show counts alone, counts with percentages, or counts as fractions of the analyzed total. Control characters in labels are escaped so every result stays on one line. Input is limited to 50,000 items, 20,000 unique items, and 500,000 output characters.
常见问题
你可能还想知道
Does case-insensitive mode change my labels to lowercase?
No. It combines values using Unicode lowercasing, then displays the spelling from the first matching item.
What happens when two items have the same count?
Frequency order keeps whichever item first appeared in the input ahead of the other tied item.
Does the custom separator use a regular expression?
No. It is matched as one to 20 literal characters, so characters such as dots, brackets, and plus signs have no special meaning.