Compare Left and Right

Compare two newline-separated lists. Show Left only, Right only, and Shared items. Inputs are not overridden.

Ready.

What this page can do

Compare two lists and derive three sets: Left-only, Right-only, and Shared. Items are compared by exact line match.

Expect input

Two inputs, one item per line. Empty lines are treated as items and are compared literally.

Output

Three text areas are filled with results, preserving first-appearance order per input; your inputs are never modified.