The function of this online utility is to compare list difference.
For example, comparing list A:
a
b
c
d
and list B:
c
d
e
f
will produces:
A intersects B:
===============
c
d
not in B:
=========
a
b
not in A:
=========
e
f
.
Related online utility: Compare text difference
Search the entire website: