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

# StringLength - ComfyUI Built-in Node Documentation

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

StringLength 노드는 텍스트 문자열의 문자 수를 계산합니다. 모든 텍스트 입력을 받아 공백과 구두점을 포함한 총 문자 수를 반환합니다. 이는 텍스트 길이를 측정하거나 문자열 크기 요구 사항을 검증하는 데 유용합니다.

## 입력

| 매개변수  | 설명                                  | 데이터 타입 | 필수 | 범위    |
| ----- | ----------------------------------- | ------ | -- | ----- |
| `문자열` | 길이를 측정할 텍스트 문자열입니다. 여러 줄 입력을 지원합니다. | STRING | 예  | 해당 없음 |

## 출력

| 출력 이름    | 설명                                 | 데이터 타입 |
| -------- | ---------------------------------- | ------ |
| `length` | 입력 문자열의 총 문자 수로, 공백과 특수 문자를 포함합니다. | INT    |

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

***

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