Reply To: Script/Nested style or GREP style… can it be done?

Home Page / Forums / General InDesign Topics (CLOSED) / Script/Nested style or GREP style… can it be done? / Reply To: Script/Nested style or GREP style… can it be done?

#55986
Anonymous
Inactive

Tournier, on this forum you need to put two to get one

Jesper – what you need to do is use Find/Change and go to the GREP tab.

Then search for

^Headerr|^Bodyr

^ means only find at tthe start of a paragraph

r means any line break

| means OR

So you are finding

Header line break OR Body line break OR etc.

So whatever you need to add to the search can be done like so

^Headerr|^Bodyr||^Before Pricer

and just keep separating your searches with the pipe “|”

This article was last modified on June 9, 2010

Comments (0)

Loading comments...