How it works
Both texts are split into lines and compared. The result is a single list, like a Git diff:
- Lines only in the original are marked removed (red, −).
- Lines only in the changed text are marked added (green, +).
- Lines in both are shown unchanged, with their line number in each version.
When removed lines are directly followed by added lines, they are paired and compared word by word, so a small edit in a long sentence is easy to spot. Long stretches of unchanged lines are folded, keeping three lines of context around each change; “Show unchanged lines” expands them.
Texts of up to 500,000 characters each can be compared. If two texts share almost nothing (more than 2,000 separate differences), the tool says so instead of producing an unreadable result.
Common uses
- Contracts and documents: see exactly what changed between two drafts.
- Code and configuration files: compare two versions without a version control system.
- Translations and copy edits: review what an editor changed.
- Data exports: check which rows differ between two exports of the same list.