Reply To: GREP Code change periods between numbers to commas

Home Page / Forums / General InDesign Topics (CLOSED) / GREP Code change periods between numbers to commas / Reply To: GREP Code change periods between numbers to commas

#14394659
Dhafir Photo
Participant

Use this:
in Find: ×\d+\K\.|\.(?=\d+×)
in Change: ,

This article was last modified on August 1, 2023

Comments (0)

Loading comments...