Text

Text Diff Checker

Paste two versions of any text and see additions, removals and matches highlighted line by line.

Frequently asked questions

How are differences computed?

We use a longest common subsequence (LCS) algorithm at the line level — the same approach used by Git diff.

Can I diff long texts?

Yes, but very long inputs may be slower because LCS is quadratic in line count.

Is my text uploaded?

No. The diff runs entirely in your browser — nothing is sent to a server.

Related tools