Diff Checker
Compare two texts and see the differences highlighted line by line.
+3 added-1 removed3 unchanged
Differences
function greet(name) {
- console.log("Hello, " + name);
+ console.log("Hello, " + name + "!");
return true;
}
+
+// New comment added
How to Use
- Paste the original text in the left panel
- Paste the modified text in the right panel
- Differences are highlighted: green for additions, red for removals
- Use options to ignore whitespace or case differences