How to use this tool
- Enter first list, second list, comparison, letter case.
- Select Update result to view the result.
- Check the method and assumptions below before using the result.
The method, explained
Trim each line, remove empty lines and deduplicate. Compare normalized entries as sets; preserve the first spelling and original input order.
Using first list = apple banana pear, second list = banana pear orange, comparison = common, letter case = sensitive, the result is banana pear. Change these example inputs to match your task; use the method above to check each step.
Understanding your result
No. This is a set comparison: each normalized item appears once. Use Text Diff when line positions and repeated occurrences matter.
What to keep in mind
One item per line; leading and trailing spaces are removed. Locale-specific case equivalence is not inferred.
Common questions
Will repeated entries appear repeatedly?
No. This is a set comparison: each normalized item appears once. Use Text Diff when line positions and repeated occurrences matter.
Does my text leave my device?
Processing runs locally in this browser. Your pasted text is not uploaded to an API or stored in a ClarityKit account.
Methodology maintained by ClarityKit. How these tools are built and checked.