Private text comparison

Text Diff Checker

Compare two versions of text or code, highlight added, deleted, and changed lines, and jump between differences.

Your text and files stay in your browser. Nothing is uploaded.

Added: 0 · Deleted: 0 · Changed: 0

What is a text diff?

A text diff compares two versions of plain text and identifies what was added, removed, or changed. Developers use diffs during code review, writers use them to compare drafts, and teams use them to inspect configuration or data changes before publishing.

How line comparison works

The checker aligns lines that appear in both inputs, then marks unmatched lines as additions, deletions, or paired changes. Side-by-side view keeps each version in its own column, while inline view reads like a compact change log.

When to ignore whitespace or capitalization

Whitespace filtering is useful after automatic formatting changes, and capitalization filtering can help with prose or case-insensitive data. Leave both options off when spacing or letter case carries meaning, as it often does in source code and configuration files.

Common uses for a diff checker

Compare code snippets, edited copy, generated output, environment files, CSV rows, Markdown, JSON, XML, or any other text-based format. The comparison is line-focused, so it is best suited to structured text with meaningful line breaks.

Frequently Asked Questions

No. Compatible text files are read locally by your browser and their contents are not sent to One Job Tools.

They treat whitespace-only or capitalization-only edits as equal while preserving the original text in the displayed comparison.

Yes. JavaScript, CSS, HTML, JSON, XML, Markdown, YAML, and other text-based code files can be pasted or opened locally.