Text Diff
Compare two texts line by line.
READY
text_diff.tool
READY
line one- line two+ line 2line three
// HOW IT WORKS
The tool compares two texts line by line and marks what was added, removed or unchanged, so you can spot differences at a glance.
Example
Left 'a/b/c' vs right 'a/x/c' → line 2 changed: − b, + x.
Notes
- Comparison is line-based; a change anywhere in a line marks the whole line.
- Trailing whitespace and line-ending differences (CRLF vs LF) can show up as changes.