count_chars
Count character statistics in text, including totals, letters, digits, spaces, and special characters. Analyze text composition for precise character-level operations.
Instructions
Count character statistics. Returns dict with total, without_spaces, letters, digits, spaces, special.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes |