Beginner
Character Frequency Counter
Count how many times a specific character appears in a string.
📝 Contenu du Prompt
Write a function that takes a string and a single character as input. Return the number of times that character appears in the string. The check should be case-insensitive.