How to use
Paste your “before” and “after” text, choose how to split (lines/words/characters), then run the comparison.
- Paste the original text on the left and the updated text on the right.
- Pick Split by (Lines is best for most cases) and optional ignores (trim, case, blank lines).
- Click Compare to see added (+), removed (−), and unchanged items.
- Use Copy diff to copy the result as plain text.
FAQ
Is this diff checker online tool private?
Yes. The comparison runs in your browser; nothing is uploaded by this tool.
What does “Modified” mean in the summary?
It’s an estimate of changed items, counted when removals and additions appear in the same block (a replace instead of pure add/remove).
Can I compare by words or characters instead of lines?
Yes—use Split by to switch between Lines, Words, and Characters.
How do I ignore whitespace differences?
Enable Trim and/or Collapse spaces to reduce whitespace-only changes.
Why are unchanged lines hidden?
Hide unchanged is on by default to keep output compact. Turn it off if you want full context.
Is the output compatible with Git diff?
It’s a simple text format with +/− markers for easy copying, not a full unified diff patch.
What if my text is very large?
Very large comparisons can be slow in the browser. Diff smaller sections, split by lines, and hide unchanged items.