🔄 Text Diff
Paste two texts to find the differences line by line.
Original
Modified
Differences
How It Works
The diff algorithm compares texts line by line using the longest common subsequence (LCS) method — the same approach used by tools like git diff.
+ Added lines are shown in green, − removed lines in red, and unchanged lines in white.