Tag List Cleaner
Normalise a messy tag list into clean, unique entries.
Convert between comma, newline, space and semicolon separators.
Paste tags separated by commas, line breaks, semicolons or pipes — mixed separators are fine.
Results update as you type. Nothing leaves your browser.
The Tag Separator reads a list using any mix of separators and re-emits it with the one you choose. This is the practical fix for moving lists between tools that each expect a different delimiter.
Input
a; b | c
Output
a b c
This tool has no access to live platform data, so it cannot tell you how popular, competitive or trending a tag is. It applies fixed rules to the text you provide and nothing else.
Normalise a messy tag list into clean, unique entries.
Remove duplicate tags while preserving the original order.
Sort tags alphabetically, in reverse, or by length.
Put tags in A–Z order with one entry per line.
Count tags, unique tags, characters and average length.
Output tags as CSV, JSON, quoted list, hashtags or plain text.