I\'m trying to count the number of times a string appears in another string.
I know you can count the number of times a letter appears in a string:
strin
try to use string.split('a').count - 1