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?

#52925
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

(?<=\d).{20,25}(?= )

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

(?<=\d).{26,30}(?= )

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

And so on

This article was last modified on November 30, 2015

Comments (0)

Loading comments...