Text Compare
Compare two texts side-by-side — highlights additions, deletions, and changes.
How It Works
- Added — Lines present in the modified text but missing from the original.
- Removed — Lines present in the original text but missing from the modified.
- Changed — Lines that were modified (detected as a removal + addition at the same position).
- Algorithm — Uses Longest Common Subsequence (LCS) for accurate line-by-line diffing.
All processing happens in your browser. No data is sent to any server.
← Back to Tools