count_letters
Count how many times a specific letter appears in a given word. Input the word and the letter to get the precise occurrence count.
Instructions
Count the number of times a letter appears in a word
Input Schema
Name | Required | Description | Default |
---|---|---|---|
letter | Yes | The letter to count | |
word | Yes | The word to count letters in |