character_counter
Count characters in text with and without spaces. View character frequency distribution to analyze text composition.
Instructions
Count characters with and without spaces, and get character frequency breakdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to count characters in | |
| show_frequency | No | Show top character frequencies |