What is a text diff checker?
It compares two text versions and marks the lines that were added, removed, or changed.
Can I compare code as well as ordinary text?
Yes. Whitespace is preserved in the output, so the checker is suitable for code, lists, configuration files, and ordinary writing.
Is the text uploaded or saved?
No. The comparison happens locally in your browser and the tool does not send or store either input.
Can the checker ignore capitalisation and spaces?
Yes. Use the case, surrounding whitespace, and blank-line options before comparing.
What do the added and removed highlights mean?
Added lines appear in the updated version, while removed lines only appear in the original. A changed line is presented as its removed and added versions together.
How large can the compared text be?
Each input supports up to 100,000 characters and 2,000 lines to keep the comparison responsive.