The Diff Checker compares two blocks of text line-by-line and displays the additions, deletions, and unchanged lines with colour highlighting — green for added lines, red for removed lines. Useful for comparing code versions, document revisions, configuration file changes, or any two text samples you need to diff without a code editor.
Paste two versions of any text and instantly see what changed, what was added, and what was removed. For bulk replacements in a single text, try the Find & Replace tool.
Code change
Input
Original: const x = 1; const y = 2;
Output
Modified: const x = 1; const z = 3;
Search for text or regex patterns and replace them in bulk.
Beautify, minify, and validate JSON with syntax highlighting.
Sort lines alphabetically, by length, or in reverse order.
Test regular expressions against sample text with live match highlighting.
Generate one or many UUIDs (v4) instantly.
Count characters against Twitter, LinkedIn, and SMS limits.