Zurück zu den Tools
Text Diff Merger
EntwicklerCompare two text blocks line by line. See added, removed, and unchanged lines highlighted with stats.
ttb run text-diff-merger
Dieses Tool teilen:
So verwendest du Text Diff Merger
Paste original text on the left and modified text on the right. Click Compare for a line-by-line diff with green additions and red deletions.
1
Paste texts
Enter original in the left box and modified in the right.
2
Compare
Click Compare to compute the diff.
3
Copy result
Click Copy merged result to grab the final text.
Häufig gestellte Fragen
What does the merge result contain?+
All unchanged and added lines — removed lines are excluded.
What algorithm?+
Longest Common Subsequence (LCS) — the same algorithm used by git diff.