Gezidao

Text Diff

Compare two texts line by line — additions and removals highlighted.

Diff result + added · − removed

Report an issue

Advertisement

AHow to use

  1. 01 Paste the original text on the left.
  2. 02 Paste the modified text on the right.
  3. 03 The diff renders live — green plus lines were added, red minus lines removed.

QFAQ

How does the comparison work?

A longest-common-subsequence (LCS) diff at line level — the same approach behind git diff, so moved lines may show as remove + add pairs.

Is there a size limit?

400 lines per side, keeping the comparison instant in every browser. Split very large files and compare in chunks.

Related tools