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

# ReplaceText - ComfyUI Built-in Node Documentation

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

텍스트 바꾸기(Replace Text) 노드는 간단한 텍스트 치환을 수행합니다. 입력 텍스트 내에서 지정된 텍스트 조각을 검색하여 모든 항목을 새 텍스트로 바꿉니다. 이 작업은 노드에 제공된 모든 텍스트 입력에 적용됩니다.

## 입력

| 매개변수      | 설명                     | 데이터 타입 | 필수 | 범위 |
| --------- | ---------------------- | ------ | -- | -- |
| `text`    | 처리할 텍스트입니다.            | STRING | 예  | -  |
| `find`    | 찾을 텍스트입니다(기본값: 빈 문자열). | STRING | 예  | -  |
| `replace` | 바꿀 텍스트입니다(기본값: 빈 문자열). | STRING | 예  | -  |

## 출력

| 출력 이름  | 설명                                               | 데이터 타입 |
| ------ | ------------------------------------------------ | ------ |
| `text` | `find` 텍스트의 모든 항목이 `replace` 텍스트로 바뀐 처리된 텍스트입니다. | STRING |

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

***

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