Frequently Asked Questions
How do I compare two texts online?
Copy and paste the older version into the "Original" pane on the left, and the newer version into the "Modified" pane on the right. The algorithm instantly cross-references both strings and outputs the visual difference below.
What is a diff and how does it work?
A diff utilizes complex sequence comparison algorithms (similar to Git source control tools) computing the minimum operational steps required mapping document A entirely into document B. It reveals specifically what got deleted, inserted, or modified.
What do the red and green colours mean in a diff?
In conventional software engineering layouts, pale red highlights represent text removed compared to the original payload. Conversely, light green identifies brand new terminology appended during the modification phase.
Can I ignore whitespace differences when comparing text?
Yes. Check the "Ignore Whitespace" toggle available inside the top toolbar. Our engine subsequently ignores excessive space bars, tabs, indentation styles, and trailing gaps allowing pure semantic evaluations.