Compare Two Lists
Drop two newline-separated lists into the boxes and instantly see what is shared, what is unique to each, and the merged union.
How to use Compare Two Lists
- Paste the first list into the List A box.
- Paste the second list into the List B box.
- Optionally enable Case-insensitive or Trim whitespace.
- Click Compare to fill all four result panels.
What is Compare Two Lists?
List comparison answers the everyday data question: what do these two lists have in common, and where do they differ? This tool builds four views from your input — items that appear in both lists, items only in A, items only in B, and the deduplicated union. Optional whitespace trimming and case-insensitive matching make it forgiving of pasted data.
FAQ
- Are duplicates inside a single list collapsed?
- Yes. The result panels are deduplicated based on the matching rules you choose.
- What does 'union' include?
- Every unique item from both lists combined, in the order it first appeared in A then in B.
Related tools
People also use
- JSON to TypeScript🗄️ Developer Tools
JSON to TypeScript — Paste a JSON payload and instantly get TypeScript interfaces (or type aliases) describing its shape. Optionally mark all properties...
- Robots.txt Generator🎲 Generators
Robots.txt Generator — Build a robots.txt — allow / disallow rules per user-agent, optional crawl-delay, and sitemap URL.
- URL Parser🗄️ Developer Tools
Parse any URL into its components: protocol, hostname, port, path, query parameters, and hash. Free online URL parser tool.