I am trying to identify which SVG files contain duplicate green items, so where the string '00FF00' is contained in the file more than once,
I can search for containing text "00FF00" for images with at least one green object.
But I want to search for "00FF00 AND 00FF00" but gives me results for svgs with only one instance of "00FF00"
I tried using the regular expression wizard, but this only has options for 'once or many times' , not 'many times only'.
Any help is greatly appreciated as I have 18,000 files to check.