Reply To: italics text find and add-replace

Home Page / Forums / General InDesign Topics (CLOSED) / italics text find and add-replace / Reply To: italics text find and add-replace

#110610

If @ is the char you want to insert after the 4th char …

Find: (.{4})(.+)
Replace by: $1@$2
Find Format: + Italic

Of course, that logically means if you want to insert @ at the beginning of each “italic” text, you need to find: (.{0})(.+)

Best,
Michel, for FRIdNGE

This article was last modified on September 28, 2018

Comments (0)

Loading comments...