Text Diff Checker
Paste two versions of some text and see exactly which lines changed. Added lines show in green, removed lines in red. Nothing leaves your browser.
Enter text on both sides to compare.
Paste two versions of some text and see exactly which lines changed. Added lines show in green, removed lines in red. Nothing leaves your browser.
Enter text on both sides to compare.
A diff lines up two versions of the same text and marks every line that differs. Instead of squinting back and forth between two windows, you see the changes in one place: green for what was added, red for what was removed, and the rest left plain because it didn't move. It's how code reviews, version control, and document comparison all work under the hood.
Drop the original text in the left box and the new version in the right. The diff appears below as you type, with line numbers from both sides so you can find each change in the source. Turn on 'Ignore case' to skip changes that are only about capitalization, or 'Ignore whitespace' when reformatting added spaces and tabs you don't care about. If the two texts match, it tells you so instead of showing an empty result.