Skip to content
PBPasteBench

Text Diff Checker

Compare two versions line by line and see exactly what changed. Matching lines stay aligned even when one side gains or loses lines.

0 lines
0 lines

Common questions

Why do lines stay aligned when I add one at the top?+

The comparison finds the longest common subsequence rather than comparing line 1 to line 1. Insert a line at the top and only that line is marked, instead of everything below shifting and reporting as changed.

More tools