List Comparer
Paste two lists (one item per line) and see what they share and where they differ. Items in both, only in A, only in B, plus a merged unique list.
Paste two lists (one item per line) and see what they share and where they differ. Items in both, only in A, only in B, plus a merged unique list.
It treats each list as a set of items - one per line - and works out the overlap. You get four results: items in both lists, items only in list A, items only in list B, and the combined set of every distinct item. This is a set comparison, not a line-by-line diff, so order doesn't matter and duplicates within a list collapse to one.
Paste one list into A and the other into B, one item per line. The results update as you type. Turn on 'Case sensitive' to treat 'Apple' and 'apple' as different items. 'Trim whitespace' ignores leading and trailing spaces when matching. 'Ignore blank lines' drops empty rows so stray newlines don't count. 'Sort results' returns each list alphabetically instead of in input order. Each result block shows a count and a copy button.