Skip to content
Text Mechanic
Merge & Compare

List Union

Merge every list into one, keeping a single copy of each value.

Merges every list into one, keeping a single copy of each distinct value. Order follows first appearance, so the shape of the original lists is still visible unless you sort.

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 sensitiveOff treats Apple and apple as the same value.