String Diff Tool
Paste two strings; see inline diff (added/removed).
String Diff Tool
How it works
We compute LCS or use a simple diff and mark additions/deletions.
When to use it
Code review, contracts.
Frequently asked questions
Algorithm?
LCS or Myers diff.
Output?
Unified, inline, or side-by-side.