You are not logged in.
Pages: 1
Here is an example.
There are some folders:
---------------------------------
one-1990
two-1980
three-1970
--------------------------------
How replace digits from last position to first position?
1990-one
1980-two
1970-three
It could be great doing this operation without terrible script.
Sorry for my english.
Thanks.
Offline
Yes, you can do it using RegEx rule:
expression: (.*)-(.*) and replace: $2-$1
That will work for your examples
Offline
Thanks a lot.
I've got it.
I like it and now will use it again and again for rename my huge mp3 collection.
I think thread must be closed.
Thanks again.
----------------------------------------
frost, Russia.
Offline
Pages: 1