📃 텍스트 비교
텍스트를 나란히 비교해요 - 모든 변경을 강조합니다
🔒 이미지가 기기 밖으로 나가지 않아요. 모든 처리는 JavaScript diff algorithm를 사용하여 브라우저에서 로컬로 이루어져요. 업로드, 서버, 추적이 없어요.
기능
- Three Diff Modes — Compare text by characters, words, or lines — choose the granularity that fits your needs.
- Color-Coded Output — Additions highlighted in green, deletions in red, unchanged text in gray.
- Change Statistics — See the count of additions, deletions, and unchanged segments at a glance.
- Swap & Clear — Swap original and modified text or clear both fields instantly.
작동 방식
- Enter original text — Paste the original version of your text in the left panel.
- Enter modified text — Paste the modified version in the right panel.
- Review differences — See every change highlighted with color coding. Switch between character, word, and line modes.
활용 사례
- Compare two drafts of an article or document
- Spot changes between code versions without Git
- Verify edits in contracts or legal documents
- Compare API responses or configuration files
자주 묻는 질문
Which diff mode should I use?
Character mode shows the most detail. Word mode is best for prose and natural language. Line mode is ideal for code and structured text.
Can I compare large texts?
Yes. The diff algorithm runs efficiently in your browser. Texts up to tens of thousands of characters are handled smoothly.