I have a series of files that have the correct character spaces deleted and I want to reinsert them:
For example:
JohnJones.txt
MarySmith08.jpg
I want to use RegEx to rename these to:
John Jones.txt
Mary Smith 08.jpg
I can manage the matching using RegEx (Old Name field in the DOpus Rename Window) but I don't know how to populate the "New Name" field.
I tried \1 \2 but that just returns the first two characters...
Ugh. RegEx taxes my brain to no end. I have perused the scripts section and tried several, but none I tried work on the example I gave. Any help with thsi seemingly simple problem would be appreciated. I'd actually rather have a script so i can combine replace statements. But the correct RegEx would help immensely. I've been at this for over two hours.
Scott
Scott