Reply To: GREP help! Long string of numbers, need to add a space every 7th number

Home Page / Forums / General InDesign Topics (CLOSED) / GREP help! Long string of numbers, need to add a space every 7th number / Reply To: GREP help! Long string of numbers, need to add a space every 7th number

#103514

Jennifer, you can leave you hair in place…

Try search for (\d{3})(\d{4}) and replace with $1$2

This article was last modified on May 2, 2018

Comments (0)

Loading comments...