Page 1 of 1

Space between the filename and numbers

PostPosted: Mon Oct 16, 2017 2:59 pm
by david617
Hi,
How can I leave a space between filename and number, like: Spain 01.
Thanks,
David

Re: Space between the filename and numbers

PostPosted: Mon Oct 16, 2017 7:11 pm
by therube
Depending on your situation (as in only alpha characters & or space proceeding):


1:RegEX
Code: Select all
Match:  ([a-zA-Z ]*)(.*)
Replace:  \1 \2

Re: Space between the filename and numbers

PostPosted: Mon Oct 16, 2017 9:50 pm
by david617
Thanks you.

Re: Space between the filename and numbers

PostPosted: Mon Oct 16, 2017 10:41 pm
by david617
This software is amazing. :D
1) Is this language ([a-zA-Z ]*)(.*) Java?
2) And if I don't want to change the date filenames I have to select Auto date (8) Type: Taken Original?
3) And my final question is these changing filenames doesn't change the actual format of my .jpg file? The resolution and quality would change?
Regards,
David