Text Diff
Compare two texts line by line and see exactly what was added, removed, or kept.
Comparison runs locally in your browser. Neither text is uploaded.
What is text diff?
The text diff tool compares two versions of a document line by line and marks each line as added, removed, or unchanged — the same idea as the diff command developers use, but for any text.
It is useful for reviewing edits to articles, contracts, configuration files, or notes, and for spotting what changed between two drafts at a glance.
How to use it
-
Paste the original
Left panel: the older version of the text.
-
Paste the changed version
Right panel: the newer version.
-
Read the diff
Green lines were added, red lines removed, plain lines are unchanged.
Examples
One-line edit
Changing a single line shows one removal and one addition.
a b c → a c d
Result: a − b c + d