find numbers and replace increased/decreased numbers
Posted: Thu Apr 16, 2009 10:53 am
Hi!
I would like to change lot of coordinates in more big xml files.
Find type: the number is 1 or 2 or 3 characters decimal number. I need to change coordinates to left with 80 pixels, so I would like to replace this with 80 increased numbers:
examples:
Help me please... I can't solve this....
I would like to change lot of coordinates in more big xml files.
Find type:
Code: Select all
Left="230"examples:
Code: Select all
Original: Replaced:
Left="230" --> Left="310"
Left="10" --> Left="90"
Left="0" --> Left="80"