I attemptong to querying a database using in excess of abou 25 regex's and I need to count the occurences of each regex's found and then count the number of entries left unmatched. Is there a simpler way code this rather than individually declaring a variable for each regex to count?
Thank you for your help