أدوات النصوص

مقارنة الفروقات بين النصوص أونلاين

Highlight changes between two versions of text, contracts, or code with side-by-side visual diff comparison.

Calculated locally. Zero network transmission.

Side-by-Side Comparison

Original
Modified
function greet(name) {
function greet(name, title = '') {
console.log('Hello, ' + name);
console.log(`Hello, ${title} ${name}`);
return true;
return true;
}
}
Advertisement
Sponsored PlacementGoogle AdSense Integration Ready

كيفية استخدام مقارن النصوص وفحص الفروقات

1

Enter Original Text

Paste version 1 into the left pane.

2

Enter Modified Text

Paste version 2 into the right pane.

3

Inspect Changes

View highlighted additions in green and removals in red.

حول مقارن النصوص وفحص الفروقات

Implements the Myers diff algorithm to calculate the shortest edit script between two sequences of strings.

التنسيقات المدعومة

Plain TextCode

الميزات الرئيسية

  • Line-by-line and character-by-character difference detection
  • Color-coded highlights (Green for added, Red for removed)
  • Side-by-side and unified diff views
  • Calculates total modifications and change percentages

الأسئلة الشائعة

Yes, it accurately compares code in any programming language, preserving whitespace and indents.
مقارنة النصوص أونلاين – اكتشاف الاختلافات والتعديلات بين نصين | Toolxilla