השוואת שני טקסטים והדגשת השורות שנוספו ושהוסרו, מיד ובדפדפן שלכם.
כיצד להשתמש בבודק הבדלים
הדביקו את הטקסט המקורי משמאל ואת הטקסט השונה מימין.
אופציונלית התעלמו מהבדלי אותיות גדולות/קטנות או רווחים.
קראו את ההבדלים שורה אחר שורה: ירוק הוא נוסף, אדום הוא הוסר.
This text diff checker compares two blocks of text and highlights exactly what changed: which lines were added, which were removed, and the specific words within a changed line. Green marks additions, red marks removals.
Because the comparison runs entirely in your browser, it is fast and private, suitable even for confidential documents and code that you would not want to paste into a server-side service.
It uses a longest-common-subsequence diff, the same core algorithm Git and most code-review tools use, so it reports the smallest, clearest set of changes rather than flagging everything after the first difference.
Options let you ignore case or whitespace, which is useful when the only real differences are meaningful ones and you do not want indentation changes or capitalization to clutter the result.
Line-based diffing works equally well for source code, configuration files, logs, JSON, and ordinary prose, so it is handy for comparing two versions of a contract, spotting what changed between two config files, or reviewing an edit to an article.
Paste the original on one side and the changed version on the other, toggle the options you need, and the differences appear immediately.
שאלות נפוצות
היא משווה את שני הטקסטים שורה אחר שורה באמצעות diff מסוג longest-common-subsequence, אותה גישה שבה משתמש Git, כך שאתם מקבלים את מערך השינויים הקטן ביותר.
לא. ההשוואה רצה כולה בדפדפן שלכם; שום דבר אינו נשלח לשרת.
כן. diff מבוסס שורות עובד היטב עבור קוד מקור, קובצי תצורה, לוגים וטקסט פרוזה כאחד.
הטמע את הכלי הזה
הוסף את הכלי הזה לאתר שלך. העתק את קטע הקוד שלהלן; הוא מתעדכן אוטומטית.
<iframe src="https://monu.tools/embed/he/diff-checker" width="100%" height="640" style="border:1px solid #e5e5e5;border-radius:12px;max-width:680px" loading="lazy" title="Monu Tools"></iframe>כלים קשורים
יצירת טקסט ממלא מקום לפי פסקאות, משפטים או מילים, בלחיצה אחת.
הסירו שורות כפולות מרשימה או מטקסט, עם אפשרויות להתעלם מאותיות רישיות, לקצץ רווחים ולמיין.
הפכו טקסט לפי תו, מילה או שורה, או גלגלו אותו הפוך.
נקו רווחים מבולגנים: קיצוץ שורות, איחוד רווחים, הסרת שורות ריקות ומעברי שורה.