Tested tool guide
Text and writing tools
Checked August 16, 2026
What Text Diff Comparison Tool does, with a checked example
Paste two versions of a document, code snippet, or any text into the two panes and the tool marks every added, removed, and changed line or character. It works entirely in your browser, so nothing leaves your machine. The most common surprise is that whitespace counts: a trailing space or a changed indentation registers as a difference. If you want to ignore formatting, you must normalize the text yourself before comparing, because the tool compares what you paste verbatim.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
In the side-by-side view, the first line appears unmarked in both panes. The second line is highlighted as a change: 'jumps over the lazy dog.' on the left, 'jumps over the lazy cat.' on the right.
The first line matches exactly, so the tool shows it unmarked. The second line differs at the final word, so the tool marks it as a change in both panes.