π Text Diff Checker
Compare two pieces of text and instantly see what changed. Additions highlighted in green, deletions in red. Supports line-by-line and word-level comparison. 100% browser-based β your text never leaves your device.
How to Use
Add your original or older version of text into the left panel.
Add the new or modified version of text into the right panel.
Additions are highlighted green, deletions red, unchanged text grey. Enable word-level diff for more precise comparison.
Frequently Asked Questions
About This Tool
This text diff tool implements the Myers diff algorithm β the same algorithm used by Git, GNU diff, and most version control systems. It finds the shortest edit script (minimum number of additions and deletions) that transforms the original text into the modified text. The word-level diff applies the same algorithm to individual words within changed lines, providing more granular comparison. Case-insensitive comparison normalises all text to lowercase before comparing, useful when comparing documents where capitalisation may have changed but content is otherwise the same.