Reply To: grep style to move euro symbol from before the price to after the price

Home Page / Forums / General InDesign Topics (CLOSED) / grep style to move euro symbol from before the price to after the price / Reply To: grep style to move euro symbol from before the price to after the price

#65366
Gert Verrept
Member

It can be done with a find and change in the GREP tab, like this

find field: (\d+,\d+) (€)
change field: $2 $1

This article was last modified on September 18, 2013

Comments (0)

Loading comments...