stringCount()

stringCount takes two strings a and b. It returns how often b appears in a

 

stringCount("race result 12"; "r") - returns 2