How Diff Checking Works
AnyTool compares two texts with a real longest-common-subsequence (Myers/LCS) diff engine (jsdiff), not a naive line-by-line equality check. It offers line, word, and character granularity and renders both side-by-side (split) and inline (unified) views, with added/removed highlighting, a similarity percentage, and ignore-whitespace and ignore-case options. The diff runs entirely in the browser, so neither text is uploaded.
- Myers/LCS algorithm — no cascading false changes
- Line, word, and character granularity
- Side-by-side and inline views with similarity %
- Unified .diff/.patch export via createTwoFilesPatch
- No upload, no size cap, no signup
