Compare & Analysis Tools

Text Diff

Compare two text versions side by side and highlight added, removed, and unchanged linesβ€”perfect for contract edits, config changes, and revision tracking. Clean both versions with Plain Text Converter first, then follow up with Find and Replace Text for bulk fixes.

Text Diff

Paste both versions β€” comparison and stats update live.

Live

Examples

Compare by
Ignore
Display
View

Similarity Score

β€”

Paste text to compare

0 Added
0 Removed
0 Changed
0 Unchanged
0 Differences
Paste the original version
Paste the modified version

No comparison yet

Paste original and changed text above to see a side-by-side or unified diff.

Summary panels (added / removed / changed / unchanged)
Added Lines

            
Removed Lines

            
Changed Lines

            
Unchanged Lines

            

Your text stays in your browser β€” nothing is uploaded.

Example

Text Diff Modes Explained

Common Uses

Before and After Examples

Notes and Limitations

Frequently Asked Questions

Is comparison line-based or word-based?

Both. Choose Compare lines for whole-line diffs or Compare words for word-level comparison.

Can I compare words inside a line?

Yes. Enable Compare words or turn on Highlight changes inline to see word-level edits inside changed lines.

Can I ignore whitespace?

Yes. Ignore whitespace treats spacing-only differences as matches after normalization.

Can I ignore case?

Yes. Ignore case compares text without treating capitalization differences as changes.

Can I ignore blank lines?

Yes. Ignore blank lines skips empty rows so paragraph spacing does not create false diffs.

Does it show added and removed lines?

Yes. Added lines are highlighted green, removed lines red, and changed lines purple in the diff view.

Does it show unchanged lines?

Yes, by default. Toggle Show unchanged lines off to focus only on differences.

Can I compare code snippets?

Yes. Paste config files, JSON blocks, or short scripts β€” line comparison works well for structured text.

Can I compare large documents?

Large inputs work in the browser but may slow performance. Split very large logs into smaller chunks if needed.

Will it merge changes automatically?

No. Text Diff highlights differences only β€” you choose which version to keep manually.

Is my text uploaded?

No. Comparison runs locally in your browser; neither version leaves your device.

What does similarity score mean?

Similarity shows how much of the compared text is unchanged. Higher scores mean the versions are closer; 100% means no differences with current options.

What is unified diff view?

Unified diff shows one column with + added, - removed, and unchanged lines together β€” like a classic patch view.

What is side-by-side diff view?

Side-by-side diff shows original and changed text in parallel columns with line numbers β€” best for reviewing edits row by row.

Can I download the diff result?

Yes. Use Copy Diff Results or Download .txt to save the comparison output as plain text.