char_count
Count characters in a given text, with settings to include or exclude spaces and non-printable characters.
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 |