개발자 도구

Compare text differences online

Compare two texts and get a simple diff output.

모든 도구

Diff Checker

Upload file
Drag & drop a file here, or choose a file.
입력
입력
출력

사용 방법

  1. Paste the first text in the left box.
  2. Paste the second text in the right box.
  3. Click Compare and copy the diff result.

Best practices

  • For best performance, try with smaller inputs first.
  • Preview the output before downloading or sharing it.
  • Avoid pasting sensitive data on shared devices.

개인정보

일부 도구는 브라우저에서 실행됩니다. 기능에 따라 서버 처리 필요할 수 있습니다.

예시
Example 1
입력
Text A:
Line 1
Line 2
Line 3

Text B:
Line 1
Line 2 changed
Line 3
출력
--- A
+++ B
  Line 1
- Line 2
+ Line 2 changed
  Line 3
Example 2
입력
Text A:
alpha
beta
gamma

Text B:
alpha
gamma
delta
출력
--- A
+++ B
  alpha
- beta
  gamma
+ delta

Was this tool helpful?