Text Diff Checker
Compare two text blocks line by line and highlight differences. Free online diff tool with color-coded output. No signup needed.
Preparing private browser tool…
Frequently asked questions
- Does it use a real diff algorithm?
- Yes. Longest Common Subsequence (LCS) based on Myers' algorithm. Results match what git diff or diff -u would produce line-by-line.
- Can I compare code with different indentation?
- Enable "ignore whitespace" to normalize spacing and tabs before comparing.
- Is there a size limit?
- Practical limit is a few thousand lines per side. Beyond that the LCS matrix gets expensive.
- Can I ignore case?
- Yes. Toggle "ignore case" to compare texts case-insensitively without mutating the output.