Count number of string 'appearances'

For instance, say I have the string “A man is as good as his word”.

What’s the best way to count the number of times the character ‘a’ appears in the string? (Is there a method/function that I’m not remembering?)