Reply To: GREP to replace long row of periods with tab

Home Page / Forums / General InDesign Topics (CLOSED) / GREP to replace long row of periods with tab / Reply To: GREP to replace long row of periods with tab

#100971
William Posey
Participant

For anyone else that finds this – since the PERIOD is a special character in grep searches it must be escaped by placing a backslash in front of it. When posting to this comment the backslash was probably deleted:

FIND: \.{3,}
REPLACE:

This article was last modified on January 15, 2018

Comments (0)

Loading comments...