Reply To: GREP – add missing zeroes to prices

Home Page / Forums / General InDesign Topics (CLOSED) / GREP – add missing zeroes to prices / Reply To: GREP – add missing zeroes to prices

#1241159
David Blatner
Keymaster

Do the whole numbers also have a decimal point at the end? For example, 135.
You should do a grep search (in find/change) for \d+\.[^\d]
which means “look for one or more numbers followed by a dot, followed by anything that is not a number”

This article was last modified on April 28, 2020

Comments (0)

Loading comments...