You are not logged in.
I'm testing out perl-rename, renaming files using regex.
I named a file "f30e" and as a test I want to just find the number and place it first:
perl-rename 's/\(.*\)\([0-9][0-9]\)\(.*\)/\2\1\3/g' *
Expected result is 30fe. Actual result: It stays the same.
I need this because I need to isolate and rearrange certain pieces of information in the file names.
Thanks.
Offline
do it good first, it will be faster than do it twice the saint
Offline