Regex to modify filename/s for a UDC or catalog catagory?
Posted: 16 Sep 2017 23:11
Hi All..
fname ex: ExampleOfWhatI'llBeWorkingWithPlusMaybeNASAForWishList.xxx
output: Example Of What I'll Be Working With Plus Maybe NASA For Wish List.xxx
1 maybe place in my rag-tag UDC collection..
2 would like to start a 'category' of 'single' rename picks of most used 'cleanups' for custom catalog..
..not sure how to refer it properly for that, but wish is list showing like next 'Tbar' example,
with final result of catalog list is that it stays open and active while I correct a bunch of files..
3 could I drop it into a list of cleanups I have on a Tbar 'cleanup' button script?, perhaps like:
-
"'Uppercase' First Letters" #126;
"Replace '-' with spaces" rename "s", "-/ ", "";
"Replace '.' with spaces" rename "s", "./ ", "";
"Replace '-' with ' - '" rename "s", "-/ - ", "";
-
"Separate TitleCase filenames" rename "r" .... <------- ??
Hope it's clear enough..
The reason for multiple calling wish's is I'm playing with the various 'productivity' methods..
I've been 'cut-and-pasting' bits & pieces from various contributors here for a long time..
so I'm not fluent with scripting, just an amatuer hacker.. but a huge fan of all the gang...
If I am going in a wrong direction, please bump me towards the path! ..Thanks in advance!
fname ex: ExampleOfWhatI'llBeWorkingWithPlusMaybeNASAForWishList.xxx
output: Example Of What I'll Be Working With Plus Maybe NASA For Wish List.xxx
1 maybe place in my rag-tag UDC collection..
2 would like to start a 'category' of 'single' rename picks of most used 'cleanups' for custom catalog..
..not sure how to refer it properly for that, but wish is list showing like next 'Tbar' example,
with final result of catalog list is that it stays open and active while I correct a bunch of files..
3 could I drop it into a list of cleanups I have on a Tbar 'cleanup' button script?, perhaps like:
-
"'Uppercase' First Letters" #126;
"Replace '-' with spaces" rename "s", "-/ ", "";
"Replace '.' with spaces" rename "s", "./ ", "";
"Replace '-' with ' - '" rename "s", "-/ - ", "";
-
"Separate TitleCase filenames" rename "r" .... <------- ??
Hope it's clear enough..
The reason for multiple calling wish's is I'm playing with the various 'productivity' methods..
I've been 'cut-and-pasting' bits & pieces from various contributors here for a long time..
so I'm not fluent with scripting, just an amatuer hacker.. but a huge fan of all the gang...
If I am going in a wrong direction, please bump me towards the path! ..Thanks in advance!