You are not logged in.
Pages: 1
I was trying to learn RegEx and PascalScript but it's hard for me, i hope to learn more studying these two ones solutions if you give me.
rearrange: from abc-def
to def-abc
and add ) at the end only if ( already exists
from abc (def
to abc (def)
Offline
rearrange: from abc-def
to def-abc
Take a look at our wiki >> http://www.den4b.com/wiki/ReNamer:Rules … #Example_1
and add ) at the end only if ( already exists
from abc (def
to abc (def)
I think you can use the same rearrange rule but with '('.
And replace with $1 ($2)
If there is no '(' found that file will not be involved anyway I guess? Maybe you have to check 'Exact Pattern', IIRC?
Try it out by utilizing Shift+A for 'Analyze' dialog.
Read the *WIKI* for HELP + MANUAL + Tips&Tricks.
If ReNamer had helped you, please *DONATE* to Denis or buy a PRO license. (Read *Lite vs Pro*)
Offline
Thanks so much, problem solved at 100%
Offline
Pages: 1