Reply To: GREP Expression to find specific range of characters?

Home Page / Forums / General InDesign Topics (CLOSED) / GREP Expression to find specific range of characters? / Reply To: GREP Expression to find specific range of characters?

#55898
Anonymous
Inactive

Why 4?

Sorry Jongware – I think there's some code missing from your one there, can't get it to work?

I'm having success with this too

(?<=dt).{20,25}(?=t )

It will only find characters between 20 and 25 characters

So in the GREP styles for the Paragraph Style you'd have the one above linked to a character style

Then create a new grep style of

(?<=dt).{26,30}(?=t )

Which will only affect the string of characters of 26 to 30 characters

And so on

This article was last modified on June 3, 2010

Comments (0)

Loading comments...