Reply To: GREP replace footnote>punctuation with punct>footnote

Home Page / Forums / General InDesign Topics (CLOSED) / GREP replace footnote>punctuation with punct>footnote / Reply To: GREP replace footnote>punctuation with punct>footnote

#51582
Anonymous
Inactive

It seems to do it fine if  you use Change All

Weird

But then you have to remove the full point from the end of the footnote

So

find: (~F)([[:punct:]])

Change to $2$1

<press change all)

Then

find: (?<=~F)[[:punct:]]

Change:

<press change all>

I suppose it's a good idea to back up the file first – this might be more trouble than it's worth – then again it might not?

This article was last modified on January 22, 2010

Comments (0)

Loading comments...