How to use the Text Diff Checker

  1. Paste the original text into the first box.
  2. Paste the changed/new text into the second box.
  3. Click compare to see a line-by-line diff, with additions and deletions highlighted.

How the comparison works

The tool splits both texts into lines and computes the longest common subsequence (LCS) of matching lines between the two versions — a standard diff algorithm also used by tools like diff and version control systems. Lines present only in the second text are marked as additions, lines present only in the first text are marked as deletions, and unchanged lines are shown as-is.