Frequently asked questions
Is my text uploaded anywhere?
No. Both texts are compared entirely in your browser and are never sent to a server.
How does the comparison work?
It compares the two texts line by line and finds the smallest set of changes. Lines only in the original are marked as removed in red, lines only in the changed version are added in green, and matching lines are shown in grey.
What do Ignore case and Ignore whitespace do?
Ignore case treats capital and small letters as the same, and Ignore whitespace ignores differences in spaces and tabs, so only real content changes show up. Your original text is still displayed unchanged.
Can I save the differences?
Yes. After comparing you can copy or download the diff, where added lines start with a plus, removed lines with a minus, and unchanged lines are indented.
Does it compare word by word?
The comparison is line by line, which is clear and fast for documents, lists and code. A whole line that changed shows as one line removed and one added.
Is there a size limit?
Each side can be up to about 4000 lines. Larger texts are better compared in smaller sections so your browser stays responsive.