treat left as origin Text Compare (Line & Inline)

Text Compare (Line & Inline)

Compare two multi-line texts. Highlight added/removed lines and optionally inline differences.

Ready.
- Removed + Added = Unchanged

			

		

What this page can do

Compare two multi-line texts (left = original, right = modified). Shows removed lines (red), added lines (green), and in inline mode highlights the exact changed segments.

Expect input

Each line is treated atomically first (line mode). Inline mode then performs a token diff within changed lines (simple longest common subsequence over characters).

Output

Two synchronized columns: Left shows original with deletions; Right shows modified with additions. Inline mode further annotates changed portions within lines.