Compare Tools

Diff Checker

Check the difference between two texts with full options.

PrivateBoth texts are compared on your device and never uploaded.
Original
Changed
Differences

Comparing two versions of a document by eye is slow and misses small edits.

Diff Checker aligns the two texts and marks every addition and removal, with ignore-case, ignore-whitespace and trim controls plus a line or word compare mode.

How to use Diff Checker

  1. Paste the original text on the left and the changed text on the right.
  2. Pick Line or Word comparison, then toggle Ignore case, Ignore whitespace or Trim line ends to skip trivial differences.
  3. Read the highlighted result; copy or download the marked diff.

Use cases

Good to know

Diff Checker uses a longest-common-subsequence alignment, so it shows the smallest set of additions and removals rather than a naive line-by-line overlay. The ignore-case, ignore-whitespace and trim options only affect matching, never the text shown. Very large inputs wait for a Run comparison click so the page stays responsive.

Frequently asked questions

Can I compare by line or by word?

Yes. Use the compare-mode control to switch between line-by-line and word-by-word; line suits structural edits and word pinpoints small wording changes.

Do the ignore options change my text?

No. Ignore case, ignore whitespace and trim affect only how lines are matched; the output always shows your original characters.

What happens with a very large comparison?

Above a size threshold the result is withheld until you press Run comparison, which keeps the browser responsive on big inputs.

Related Compare Tools