🔧

Text Diff

Find differences between two pieces of text.

How to Use

  1. Paste original text in left panel, modified in right.
  2. Click Compare for line-by-line diff — green=added, red=removed.
  3. Review and copy the diff result.

Frequently Asked Questions

How does diff work?
Uses LCS algorithm to find minimal differences.
Can I compare code?
Works for any text — code, prose, config, data.
Case-sensitive?
Yes. Use case converter first if needed.