This tool compares two text inputs to find their difference (characters/lines in one but not the other), intersection (common characters/lines), and union (all characters/lines combined).
By Character: Compares individual characters, ignoring line breaks.
By Line: Compares entire lines as units.
By Separator: Compares segments split by a custom separator (e.g., commas), ignoring line breaks.