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
Victory Plugin