Reply To: Adding space between punctuation and superscript with GREP

#110718

Hi,

Simplistically:

• Insert a Grep style:

[”‘!](?=~j\d)

char Style: “tracking +200” (sample)

• Then just play this regex:

Find: [”‘!](?=\d)
Replace by: $0~j

Best,
Michel, for FRIdNGE

This article was last modified on October 3, 2018

Comments (0)

Loading comments...