Skip to tool

Text Diff Compare

Text Diff Compare

Unified diff

Run compare to see line changes.

About

Line-level comparison using a classic longest-common-subsequence approach on split lines.

Examples

Small change

Input
{"left":"a\nb","right":"a\nc"}
Output
{"diff":" a\n-b\n+c",...}

Use Cases

  • ENV file drift
  • Release notes
  • Copy tweaks

Frequently Asked Questions