Reply To: GREP needed: Finding duplicate last names in a list

Home Page / Forums / General InDesign Topics (CLOSED) / GREP needed: Finding duplicate last names in a list / Reply To: GREP needed: Finding duplicate last names in a list

#14323078
Vinny –
Member

Hi there,
hmmm tricky one…

You can give this one a shot:

^([^,]+),.+\r(\1.+\r)+

It will (well, should…) catch blocks of paragraphs if they follow each other AND start by the same “lead” (I used comma as separator as per your example)

Looking forward for your feedback.

Vinny

This article was last modified on February 14, 2020

Comments (0)

Loading comments...