count-characters
Count how many times a specific character appears in any given text. Provide the text and the character to get an exact occurrence count.
Instructions
Counts occurrences of a specific character in text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The text to analyze | |
| character | Yes | The character to count |