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

# StringReplace - ComfyUI Built-in Node Documentation

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

StringReplace 노드는 입력 문자열에 대해 텍스트 치환 작업을 수행합니다. 입력 텍스트 내에서 지정된 하위 문자열을 검색하고 모든 항목을 다른 하위 문자열로 교체합니다. 이 노드는 모든 치환이 적용된 수정된 문자열을 반환합니다.

## 입력

| 매개변수  | 설명                       | 데이터 타입 | 필수 여부 | 범위 |
| ----- | ------------------------ | ------ | ----- | -- |
| `문자열` | 치환이 수행될 입력 텍스트 문자열입니다    | STRING | 예     | -  |
| `찾기`  | 입력 텍스트 내에서 검색할 하위 문자열입니다 | STRING | 예     | -  |
| `바꾸기` | 발견된 모든 항목을 대체할 치환 텍스트입니다 | STRING | 예     | -  |

## 출력

| 출력 이름    | 설명                                    | 데이터 타입 |
| -------- | ------------------------------------- | ------ |
| `output` | 찾은 텍스트의 모든 항목이 치환 텍스트로 대체된 수정된 문자열입니다 | STRING |

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

***

**Source fingerprint (SHA-256):** `72159dba72261efe9df283c1ea3f789651eade923efdaeb108bacc1d0da663f8`
