Can I find how many times a substring appears in a string?

I’m reading from a CSV file and want to know how many times for example “Female” appears. Right now I can do this by using “contains”, then “split”, and continue looking. However it’s very slow.

Hmm, found it “Count Occurrances Of Sub String”, sneaky :slight_smile:

Victory Plugin