Paste both versions
Drop in the original and the modified text side by side.
Paste two versions of a text and get a ready-to-use unified diff patch block — compared locally in your browser.
Drop in the original and the modified text side by side.
Lines are compared with an LCS-based algorithm, the same idea used by "diff".
Get a standard unified diff, ready to save as a .patch file.
A standard unified diff, the same format produced by "diff -u" or "git diff", with --- and +++ file headers and an @@ hunk header.
Yes. The output is valid unified diff syntax and can be saved as a .patch file and applied with "git apply" or the "patch" command.
No. The comparison runs locally in your browser using a line-based diff algorithm; nothing is sent to a server.