> ## 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/zh.md)

***

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