How to use
- Paste the original text into the left panel and the modified text into the right panel.
- Toggle options to ignore whitespace, ignore case, or trim lines before comparing.
- Read the unified diff view: lines prefixed with + are additions, - are removals, and unmarked lines are unchanged.
- Check the stats bar for the total count of added and removed lines.
- All diffing runs entirely in your browser — nothing is sent anywhere.
Examples
- Pasting "hello world" on the left and "hello earth" on the right shows one removed line and one added line with the changed word highlighted.
- Enabling ignore-case means "Hello" and "hello" are treated as identical and produce no diff output.