Text Diff Checker
Compare two text blocks and highlight differences line by line. See additions, deletions, and changes instantly.
Original Text
Modified Text
Text Diff FAQ
How does the diff algorithm work?
We compare two texts line by line and identify which lines were added, removed, or changed. The algorithm finds the longest common subsequence to minimize the number of reported changes.