count_all_chars
Count occurrences of each character in text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to analyze |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| digits | Yes | ||
| spaces | Yes | ||
| letters | Yes | ||
| punctuation | Yes | ||
| character_counts | Yes | ||
| total_characters | Yes | ||
| unique_characters | Yes |