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?

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

^Header\r|^Body\r

^ 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

^Header\r|^Body\r||^Before Price\r

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

This article was last modified on December 25, 2015

Comments (0)

Loading comments...