char_count
Count characters in a text input, with options to include or exclude spaces and non-printable characters for precise analysis.
Instructions
Count characters including/excluding spaces and non-printable chars.
Parameters:
text — Text to analyze character count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |