> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# StringCompare - ComfyUI Built-in Node Documentation

> Complete documentation for the StringCompare node in ComfyUI. Learn its inputs, outputs, parameters and usage.

StringCompare 노드는 다양한 비교 방식을 사용하여 두 개의 텍스트 문자열을 비교합니다. 한 문자열이 다른 문자열로 시작하는지, 끝나는지, 또는 두 문자열이 정확히 동일한지 확인할 수 있습니다. 비교 시 대소문자 구분 여부를 선택할 수 있습니다.

## 입력

| 매개변수      | 설명                             | 데이터 타입  | 필수  | 범위                                          |
| --------- | ------------------------------ | ------- | --- | ------------------------------------------- |
| `문자열_a`   | 비교할 첫 번째 문자열                   | STRING  | 예   | -                                           |
| `문자열_b`   | 비교 대상이 되는 두 번째 문자열             | STRING  | 예   | -                                           |
| `모드`      | 사용할 비교 방식 (기본값: "Starts With") | COMBO   | 예   | "Starts With"<br />"Ends With"<br />"Equal" |
| `대소문자 구분` | 비교 시 대소문자 구분 여부 (기본값: true)    | BOOLEAN | 아니요 | -                                           |

## 출력

| 출력 이름    | 설명                                      | 데이터 타입  |
| -------- | --------------------------------------- | ------- |
| `output` | 비교 조건이 충족되면 true를, 그렇지 않으면 false를 반환합니다 | BOOLEAN |

> 이 문서는 AI에 의해 생성되었습니다. 오류를 발견하거나 개선 제안이 있으시면 기여해 주세요! [GitHub에서 편집](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/StringCompare/ko.md)

***

**Source fingerprint (SHA-256):** `4491e4acd2c1881e9c924c6ae51d764dec5f46279094d173fe551e9ee9256597`
