Whitespace
Case
Both versions are compared in your browser, neither is uploaded.
How it works
Diff checker that compares two texts line by line
Paste the old version on the left and the new one on the right to get a line-by-line unified diff, with added and removed lines highlighted and counted.
What this does
- A true LCS diff, so unchanged blocks stay aligned instead of drifting out of step
- Old and new line numbers on every row, with @@ hunk headers between the changes
- Ignore whitespace collapses runs of spaces and tabs and trims each line before matching
- CRLF is normalised on both sides, so a Windows file never reports every line as changed
- A +added / −removed tally beside the unchanged count, with the first 2,000 rows drawn and the whole diff downloadable
FAQ
Keep going