Space between the filename and numbers

Post any Bulk Rename Command support requirements here. Open to all registered users.

Space between the filename and numbers

Postby david617 » Mon Oct 16, 2017 2:59 pm

Hi,
How can I leave a space between filename and number, like: Spain 01.
Thanks,
David
david617
 
Posts: 10
Joined: Tue Oct 10, 2017 10:53 pm

Re: Space between the filename and numbers

Postby therube » Mon Oct 16, 2017 7:11 pm

Depending on your situation (as in only alpha characters & or space proceeding):


1:RegEX
Code: Select all
Match:  ([a-zA-Z ]*)(.*)
Replace:  \1 \2
therube
 
Posts: 1314
Joined: Mon Jan 18, 2016 6:23 pm

Re: Space between the filename and numbers

Postby david617 » Mon Oct 16, 2017 9:50 pm

Thanks you.
david617
 
Posts: 10
Joined: Tue Oct 10, 2017 10:53 pm

Re: Space between the filename and numbers

Postby david617 » Mon Oct 16, 2017 10:41 pm

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
david617
 
Posts: 10
Joined: Tue Oct 10, 2017 10:53 pm


Return to BRC Support