List Compare

Find intersections and items unique to either side

Loading tool…

About List Compare Tool

List Compare Tool compares two lists and identifies shared items and values unique to either side, with options for common cleanup rules.

Comparisons are only meaningful when the normalization rules match the question. Decide whether case, whitespace, empty lines, order, and duplicate entries carry meaning before interpreting the result.

How to use this developer tool

  1. Paste the left and right lists into their respective inputs.
  2. Choose whether to ignore case, trim whitespace, remove empty lines, or treat duplicates specially.
  3. Review the intersection and one-sided results, then copy the list that matches the next workflow.

Privacy and data handling

List comparison runs locally and does not require a server request. Use representative identifiers rather than pasting an unrestricted export that contains personal or confidential values.

Related developer tools

Frequently asked questions

Why do visually identical items appear different?

They may differ by spaces, tabs, line endings, case, Unicode normalization, or an invisible character. Apply only the normalization that matches your data contract.

Does order affect the comparison?

The set-style result focuses on membership. If order matters, inspect the original lists or use a sequence-aware diff as a second step.

Are duplicate lines preserved?

That depends on the selected comparison behavior. Check the result labels and use the duplicate-aware option when counts matter.