Count the number of times a string appears within a string
I simply have a string that looks something like this:
"7,true,NA,false:67,false,NA,false:5,false,NA,false:5,false,NA,false"
All I want to do is to count how many times the string "true" appears in ..