Skip to main content
Inspiring
May 24, 2014
Question

Remove extra enter mark by script

  • May 24, 2014
  • 2 replies
  • 2122 views

Hi,

I need to remove extra enter mark in my Indesign file, at the same time it should not be affect the above and below styles.

by

hasvi

This topic has been closed for replies.

2 replies

Peter Kahrel
Community Expert
Community Expert
March 17, 2023

You get the problems with changing styles because of the \r that's replaced. So you should leave alone the first \r in a series  and remove any following ones. You can do this with the following query:

Find what: \r\K\r+

Change to: <leave empty>

pixxxelschubser
Community Expert
Community Expert
May 24, 2014

Do you mean find:

~b~b+

replace with:

\r

You can use this predefined search in ID out-of-box.

or what do you mean???

(If not this, sceenshot with visible hidden characters and more informations please.)

hasviAuthor
Inspiring
May 24, 2014

Thanks its working

Sent from Yahoo Mail on Android