I have a string of text: "Today I went to the park_and I saw_a bird"
How would I count how many time an underscore "_" is in the string?
At the moment this is what I have
It does show me how many there are but there's a delay since it takes a while for it to scan through the string. Is there a quicker way to do this? Thank you!