RevealTheme logo

텍스트 비교기 (Diff)

두 개의 텍스트 블록을 줄 단위로 비교합니다. 추가, 삭제, 변경되지 않은 줄을 색상으로 구분하여 시각화합니다.

이 도구 사용 방법

  1. 1

    Paste or type the original version into the left textarea labeled Original.

  2. 2

    Paste or type the changed version into the right textarea labeled Modified.

  3. 3

    Read the result panel below: lines prefixed with a minus and shown in red were removed, lines prefixed with a plus and shown in green were added, and lines prefixed with an equals sign are unchanged.

  4. 4

    Edit either box to refine your input; the diff recomputes instantly as you type.

텍스트 비교기 (Diff)란 무엇인가요?

비교(diff) 도구는 텍스트의 두 버전을 비교하여 무엇이 변경되었는지 강조 표시합니다. 구성 파일, 계약서, 코드 리뷰 또는 문서의 두 버전을 비교하는 데 유용합니다. 이 도구는 전적으로 브라우저에서 실행됩니다. 어떤 데이터도 업로드되지 않습니다.

일반적인 사용 사례

  • Spot which keys changed between two versions of a .env or config file pasted side by side.

  • Compare two revisions of a short paragraph or email draft before sending the edited version.

  • Check what a teammate altered in a snippet they pasted into chat versus your local copy.

  • Verify that a find-and-replace did exactly what you intended across a block of text.

  • Review line-level differences between two SQL queries or log excerpts of similar length.

  • Confirm two lists (allowlists, redirect rules, CSV rows) are identical or see exactly where they diverge.

자주 묻는 질문

단어 단위 비교가 가능한가요?
이 도구는 줄 단위입니다. 단어 단위 강조 표시를 원하시면 Meld나 VS Code 같은 전용 도구를 사용하세요.

관련 도구