> ## Documentation Index
> Fetch the complete documentation index at: https://dripart-docs-recommend-assets-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# TextToUppercase - ComfyUI Built-in Node Documentation

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

> 本文档由 AI 生成。如果您发现任何错误或有改进建议，欢迎贡献！ [在 GitHub 上编辑](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/TextToUppercase/zh.md)

Text to Uppercase 节点接收一个文本输入，并将其所有字符转换为大写。它是一个简单的文本处理工具，用于修改所提供字符串的大小写。

## 输入参数

| 参数     | 数据类型   | 必填 | 范围  | 描述             |
| ------ | ------ | -- | --- | -------------- |
| `text` | STRING | 是  | N/A | 需要转换为大写的文本字符串。 |

## 输出参数

| 输出名称   | 数据类型   | 描述               |
| ------ | ------ | ---------------- |
| `text` | STRING | 所有字符已转换为大写的结果文本。 |
