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

# CaseConverter - ComfyUI Built-in Node Documentation

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

The Case Converter node transforms text strings into different letter case formats. It takes an input string and converts it based on the selected mode, producing an output string with the specified case formatting applied. The node supports four different case conversion options to modify the capitalization of your text.

## Inputs

| Parameter | Description                                                | Data Type | Required | Range                                                                    |
| --------- | ---------------------------------------------------------- | --------- | -------- | ------------------------------------------------------------------------ |
| `string`  | The text string to be converted to a different case format | STRING    | Yes      | -                                                                        |
| `mode`    | The case conversion mode to apply (default: `"UPPERCASE"`) | STRING    | Yes      | `"UPPERCASE"`<br />`"lowercase"`<br />`"Capitalize"`<br />`"Title Case"` |

## Outputs

| Output Name | Description                                             | Data Type |
| ----------- | ------------------------------------------------------- | --------- |
| `output`    | The input string converted to the specified case format | STRING    |

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/CaseConverter/en.md)

***

**Source fingerprint (SHA-256):** `6cc933ec8a245ff454195b699ab7d72d2a014ec9a6e920a8c875acf7eb77e01a`
