string_length
Counts the number of characters in a provided text input. Use it to measure length for validation, formatting, or data analysis.
Instructions
Return the character count of a string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |