If I have a string of text called Ystring, and I want to figure out if there are any a's in the whole string, how do I find that out.
Let's say the string is:
"Monkeys are animals"
I want the function to tell me that there are three a's, or one y, or two m's in the string. Please help me. I need to know how to do this!