The StringLength node calculates the number of characters in a text string. It takes any text input and returns the total count of characters, including spaces and punctuation. This is useful for measuring text length or validating string size requirements.

## Inputs

| Parameter | Description | Data Type | Required | Range |
| --- | --- | --- | --- | --- |
| `string` | The text string to measure the length of. Supports multiline input. | STRING | Yes | N/A |

## Outputs

| Output Name | Description | Data Type |
| --- | --- | --- |
| `length` | The total number of characters in the input string, including spaces and special characters. | INT |

> 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/StringLength/en.md)

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