Reply To: GREP query:find multiple carriage returns, but NOT a page break, column break

Home Page / Forums / General InDesign Topics (CLOSED) / GREP query:find multiple carriage returns, but NOT a page break, column break / Reply To: GREP query:find multiple carriage returns, but NOT a page break, column break

#14339357

1/
Find ~P
Apply a condition

2/
Find ^\r+ without condition
Replace by nothing

3/
Find \r(?=\r)
Replace by nothing

4/
Find condition
Replace by “no condition”

Of course, using a queries launcher, you just need “1 click”!

(^/) The Jedi

This article was last modified on May 16, 2021

Comments (0)

Loading comments...