Diff Tool
Original text
Left side
Modified text
Right side
Differences detectedAdded 1Removed 0Modified 1
Diff view
Rows update as you type.
Change 1 / 2
function greet() {
return "Hello";
}
function greet() {
return "hello";
}
FAQ
What do the ignore options do?
Ignore whitespace treats all whitespace changes as equal, and ignore case compares text without case sensitivity.
Does the diff run locally?
Yes. The comparison runs entirely in your browser and nothing is uploaded to a server.