Diff Checker

Paste the original and the changed text and the comparison updates as you go.

How it works

Both texts are split into lines and compared using the classic LCS (longest common subsequence) algorithm — the same idea behind most line-based diff tools. Unchanged lines are shown as-is, lines only in the original are marked , and lines only in the changed text are marked +. The Copy button copies that same result as plain text.