Ad
ORIGINAL (A)
CHANGED (B)
Enter text in both panes to see the diff
Common use cases
- Compare versions of a document
- Find changes between two configurations
- Spot subtle differences in code or data
Frequently asked questions
What algorithm does the diff use?
A line-based longest common subsequence (LCS) algorithm, similar to Unix diff. It finds the minimal set of insertions and deletions to transform one text into the other.