Text Difference Checker
The text difference checker compares two blocks of text line by line and highlights which lines were added, removed or left unchanged. It is a quick way to review an edit without opening a version-control tool.
Your result will appear here.
Not sure where to start? Use Load example.
Results update automatically and are calculated on your device. Nothing you type is sent to a server.
Runs in your browser. Processing happens entirely in your browser. Nothing you enter is sent to Delimiter.live.
How to use the Text Difference Checker
- Paste the original version into the first box.
- Paste the revised version into the second box.
- Review the highlighted result: green lines were added, red lines were removed, and unchanged lines are shown for context.
- Copy the unified diff if you want to share the change.
Example
line one line two
line one - line two + line 2
Common use cases
- Checking exactly what an editor changed in a draft.
- Comparing two configuration files or environment variable lists.
- Verifying that a copy-paste transfer did not lose any lines.
- Reviewing a contract or policy revision before signing off.
Limitations and things to watch for
- The comparison works at line level, not word level, so a small change inside a long line marks the whole line as changed.
- Very large inputs (tens of thousands of lines on each side) will take a noticeable moment to compare, because the algorithm examines both versions in full.