> ## 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.

# StringContains - ComfyUI Built-in Node Documentation

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

StringContains 노드는 주어진 문자열에 특정 하위 문자열이 포함되어 있는지 확인합니다. 대소문자를 구분하거나 구분하지 않고 검색을 수행할 수 있으며, 하위 문자열이 주 문자열 내에서 발견되었는지 여부를 나타내는 부울 결과를 반환합니다.

## 입력

| 매개변수      | 설명                                    | 데이터 타입  | 필수 여부 | 범위 |
| --------- | ------------------------------------- | ------- | ----- | -- |
| `문자열`     | 검색 대상이 되는 주 텍스트 문자열입니다                | STRING  | 예     | -  |
| `부분 문자열`  | 주 문자열 내에서 검색할 텍스트입니다                  | STRING  | 예     | -  |
| `대소문자 구분` | 검색 시 대소문자를 구분할지 여부를 결정합니다 (기본값: true) | BOOLEAN | 아니요   | -  |

## 출력

| 출력 이름      | 설명                                             | 데이터 타입  |
| ---------- | ---------------------------------------------- | ------- |
| `contains` | 하위 문자열이 문자열에서 발견되면 true를, 그렇지 않으면 false를 반환합니다 | BOOLEAN |

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

***

**Source fingerprint (SHA-256):** `ef7329ca8586e0f894306d93835490edb948a346db1e0cb011e4da5a6fe44202`
