I have a transaction which performs a text match. I'd like to be able to count the number of time it matches the text I provide and set it for either a positive or negative result. For example: text appears at least X number of times, or text does not appear more than X number of times.
Has anyone done this or have suggestions on how I might accomplish it?