Reply To: place tabs after numbers but …

Home Page / Forums / General InDesign Topics (CLOSED) / place tabs after numbers but … / Reply To: place tabs after numbers but …

#99217
Graham Park
Member

Kai
You are right if Alex wants to replace the spaces with Tabs then a few GREP or a script will be needed.
This sequence work for the example he posted, I also had it add two Tabs where there is no number in parentheses so the following numbers will line up.
I’m sure someone can simplify this.

Find (\)||\d)()(\d)
Replace $1$3

Find ()(?)(\(|)(\d
Replace $1$3$4

This article was last modified on October 25, 2017

Comments (0)

Loading comments...