Duplicate lines
A B A → A A B
The shortest-edit calculation keeps repeated lines aligned without treating every later occurrence as changed.
Exact supported inputs, outputs, limits, and primary sources for the current implementation.
Capability claims last reviewed September 9, 2026. Review dates describe the implementation audit, not content freshness by itself.
The comparison preserves duplicate lines and original newline endings instead of relying on a look-ahead heuristic. Open local text files or paste two versions, then choose the granularity that matches the review. The browser bounds worst-case exact-diff work: if two inputs are too divergent, it reports a whole-document replacement rather than inventing partial alignment. Display-only ignore rules never alter the original text, and patch export is available only when the strict line diff can reproduce the change.
Tooleras keeps this page specific to the job above instead of claiming support for adjacent formats, platforms, or edge cases it cannot verify. Open the capability guide for the exact inputs, outputs, limits, and sources.
A B A → A A B
The shortest-edit calculation keeps repeated lines aligned without treating every later occurrence as changed.
HELLO → hello with “Ignore case” enabled
The display can treat the text as equal, but exported .diff output still contains the real case change so applying it reproduces the modified file.