Guide
How to Compare Text Diffs
Diffing helps review contract edits, changelog entries, and pasted copy updates before publishing.
Text ToolsIncludes Text Diff Tool
Using a line diff
Paste original text on the left and updated text on the right. Lines prefixed with - were removed; + lines were added.
For large files, consider splitting by section to keep reviews manageable.
Related tools
Frequently asked questions
Does diff catch word-level changes?
Line-based diff highlights whole line changes; small edits on one line show as a removed and added line pair.
Last reviewed: 2026-06-02