6 min read
2026-02-15
Comparing texts allows you to quickly find all the differences between two versions of a document. This is indispensable for editing, checking edits and controlling versions.
The tool analyzes two texts and highlights:
| Color | Meaning |
|---|---|
| Green | Added text |
| Red | Deleted text |
| Yellow | Modified fragment |
Paste the original text into the left margin
Paste the modified text into the right field
Click "Compare"
Explore the highlighted differences
Line by line — compares line by line, convenient for code
Wordwise — compares by words, convenient for texts
Character by character — finds even the smallest differences
Comparison of versions of contracts and documents
Checking editor edits
Analysis of code changes without Git
Search for plagiarism by comparing texts
See also: Find and Replace, Word Count, Remove Duplicates