I need a way to count small strings inside a larger string. It looks like I can write a separate flow, passing in the two strings, returning a count. It seems there may be several ways to do this but basically find the first one, increase the count, look from that point on until no longer find, return the count. Should I pursue this method, or is there an easier way?