PRISM.TOOLS
☕ Donate
← All Tools
⚖️ Diff Checker
Compare two texts and visualize differences
Split View
Unified View
Word Level
Character Level
Ignore Whitespace
Syntax Highlighting
Plain Text
JavaScript
Python
Java
C++
C#
PHP
Ruby
Go
Rust
TypeScript
HTML
CSS
SQL
JSON
XML
YAML
Markdown
Bash
PowerShell
🔄 Swap
🗑️ Clear
0
Added
0
Removed
0
Unchanged
Show:
Added
Removed
Unchanged
Original Text
📋 Paste
🗑️
function greet(name) { console.log("Hello, " + name); return true; }
Modified Text
📋 Paste
🗑️
function greet(name) { console.log(`Hello, ${name}!`); console.log("Welcome to the app"); return true; }
Differences
📋 Copy Diff
💾 Download .diff