It depends on the sw used to generate the contact sheets, but usualy they are !SetNameDX or !index-SetName, but you may get lots of extra matches where the subject says "see index file xyz".
Here's a mostly effective find regex
- Code: Select all
!.*DX|!INDEX
Find ! followed by anything, followed by DX or !INDEX