string_char_count
Count how many times a specific character appears in a string. Useful for validating input, analyzing text, or checking character frequency.
Instructions
Count occurrences of a character in a string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| char | Yes | ||
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |