Someone says they "didn't change anything" in the document they sent back. You need proof. A text diff tool shows every single difference between two texts — every added word, every deleted sentence, every changed number. Here is exactly how to use one.
Grab the original version from wherever it lives:
Open Text Diff and paste your texts:
The tool instantly processes both texts and highlights every difference with color coding.
| What You See | What It Means | Action |
|---|---|---|
| Green highlighted text | This text was added in the modified version | Review — was this addition intentional? |
| Red highlighted text | This text was removed from the original | Review — should this have been deleted? |
| No highlighting | Text is identical in both versions | No action needed |
| Many green sections | Significant additions were made | Read each addition carefully |
| Many red sections | Significant content was removed | Verify nothing important was cut |
You wrote a sales email, then revised it. Before sending, you want to make sure you didn't accidentally delete the pricing paragraph:
Your editor returns a "lightly edited" article. Paste the original and edited versions to see exactly what changed:
Your test suite expects a specific JSON response. The API is returning something different. Paste both into the diff tool:
user_name to usernamemetadata fieldThe diff highlights the exact fields that differ — faster than scanning two JSON blocks line by line.
A service you use updated their Terms of Service. Copy the archived version (Wayback Machine or your saved copy) and compare it against the new version. Common changes to watch for:
Find every difference between two texts — paste, compare, done.
Open Text Diff