Reply To: GREP Styles Help

#1240009
Aaron Troia
Participant

To change where the decimal is we would probably want to change the Find to similar to what David used in his GREP (its just some adjusting of the parenthesis that he used).

Find: 0+(\d\d\d)(\d\d) R
Change: $$1.$2

This article was last modified on April 22, 2020

Comments (0)

Loading comments...