The word "diff" comes from programming – it is the name of a utility for comparing code files line by line. The same idea works for ordinary text: what matters is not only the difference itself, but exactly where in the document's structure it happened.
A common reason is invisible characters: an extra space, a non-breaking space, a different type of quotation mark, or a line break. Such discrepancies are invisible to the eye, but the tool catches them because it compares characters, not how the text looks visually.
No, the comparison runs right in the browser – neither of the two texts is sent to a server. This also applies to confidential documents: they never leave the device while working with the tool.
There is no practical limit on text size – precisely because the comparison is calculated locally. You can compare not only paragraphs but entire large documents.
The tool works with text pasted into the field. Text from a document needs to be copied out first – formatting, images and tables are not compared, only the text itself.
Yes, the comparison is line by line: if paragraphs were swapped, the tool will show it as a removal in one place and an addition in another, not as a match between the moved fragments.
Paste the original text on the left, the new version on the right – the tool instantly highlights the difference: removed words in the left panel, added ones in the right, down to a single word inside a changed line.
Comparing 2 texts takes three steps and needs no settings.
If after comparing you need to merge the edits or rephrase something once more, the find and replace tool comes in handy. Before comparing two versions copied from different sources, it is worth running both through the text cleaner first – otherwise a difference in invisible spaces will look like a difference in content. It is also convenient to check the final length of the finished text with the word counter.