Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 93032

Re: Script to find word stacks in InDesign

$
0
0

Hi sandy8000,

use can use e.g. these Greps in a FindChangeByList script.

GrepFindStacks.png

 

For the same words at the beginning of paragraph:

^(\w{2,}\b )\1+

--> with an space after \b

 

For the same letters at the end:

( \w)\1+(?=[[:punct:]]?$)

--> with an space before \w

 

Have fun

 


Viewing all articles
Browse latest Browse all 93032

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>