Text Diff Checker
Compare two pieces of text side by side and see what was added, removed, or changed.
Features
How to Use
1. Paste the original text into the left panel.
2. Paste the modified text into the right panel.
3. Differences are highlighted automatically: green for added, red for removed.
About this tool
When two versions of a document, config file or list look almost the same, finding what changed by eye is slow and unreliable. This checker compares the texts line by line using a longest-common-subsequence algorithm — the same idea behind diff and version-control tools — and shows unchanged lines alongside additions in green and deletions in red, with a summary count of each. Options to ignore letter case or whitespace help when only formatting differs, for example after re-indenting code or normalising capitalisation. It is useful for reviewing contract edits, comparing configuration between environments, checking translations against a source, or spotting what a colleague changed in a pasted snippet.