Post

List Comparer

A List Comparer that accepts two separate lists and shows you the intersection, differences, and union (overlap). Trailing whitespace and empty lines will be removed during comparison.

ALL processing is done client-side using JavaScript. No data is sent to any server nor stored in local or session storage.

List A

List B

Output

List A Length:

List B Length:

Output List Length:

This post is licensed under CC BY 4.0 by the author.