Công cụ lập trình

Compare text differences online

Compare two texts and get a simple diff output.

Tất cả công cụ

Diff Checker

Upload file
Drag & drop a file here, or choose a file.
Đầu vào
Đầu vào
Đầu ra

Cách sử dụng

  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.

Quyền riêng tư

Một số công cụ chạy trong trình duyệt của bạn. Một số có thể cần xử lý phía máy chủ tùy theo tính năng.

Ví dụ
Example 1
Đầu vào
Text A:
Line 1
Line 2
Line 3

Text B:
Line 1
Line 2 changed
Line 3
Đầu ra
--- A
+++ B
  Line 1
- Line 2
+ Line 2 changed
  Line 3
Example 2
Đầu vào
Text A:
alpha
beta
gamma

Text B:
alpha
gamma
delta
Đầu ra
--- A
+++ B
  alpha
- beta
  gamma
+ delta

Was this tool helpful?