Merge & Compare
List Intersection
Keep only the values that appear in every list.
Keeps only the values present in every list. With two lists this is the overlap; with more, it tightens to what all of them agree on.
Options
Off treats Apple and apple as the same value.
List A
0lines0words0characters0 B
List B
0lines0words0characters0 B
2 of up to 6.
Output
0lines0words0characters0 B
Options explained
- Case sensitive — Off treats Apple and apple as the same value.