Reply To: Grep- select "dot" between numbers

Home Page / Forums / General InDesign Topics (CLOSED) / Grep- select "dot" between numbers / Reply To: Grep- select "dot" between numbers

#76118
Anonymous
Inactive

This is quite precise

Find
(\d{2})\.(\d{3})\.(\d{3})

Change to
$1,$2,$3

This article was last modified on June 22, 2015

Comments (0)

Loading comments...