Compare two pieces of text and highlight the differences word by word or line by line.
Runs in your browser
The Text Diff Checker compares two pieces of text and highlights exactly what has changed - additions shown in green, deletions in red - line by line. It is invaluable for comparing document revisions, reviewing code changes without a VCS, spotting differences in configuration files, or verifying that two versions of a contract are identical except for specific clauses. The diff is computed using the standard longest common subsequence algorithm.