返回工具列表
Text Diff Merger
开发者Compare two text blocks line by line. See added, removed, and unchanged lines highlighted with stats.
ttb run text-diff-merger
分享此工具:
如何使用 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.
常见问题
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.