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

#76113
Masood Ahmad
Participant

or it could be something like:

Find what: (\d)(\.)(\d)
Change to: $1,$3

This will search a period (dot) . between two digits and replaces it with a comma ,

Hope this is okay for you.

This article was last modified on June 22, 2015

Comments (0)

Loading comments...