analyze

Text Diff Analyzer

compare two text blocks with side-by-side diff analysis and character-level highlights

Ready
Example output:
Diff Analysis Report
Left Lines: 3
Right Lines: 3

Unified Diff:
  function add(a, b) {
-   return a + b
+   return a - b
  }