I have entire collections of files and folders that use underscores in their names instead of spaces. As a result of this, I would like to see some additional functionality added to the Add (7) Word Space function.
The Add (7) Word Space function should have a option to exclude spacings for capital letters that reside next to non-alphanumeric characters so that it would output the following file name:
For Example:
ThisFile_NameOnly_Needs_A_Couple_of_CapitalLetter_Spacings
The current Add (7) "Word Space" behaviour will output the following file name:
This File_ Name Only_ Needs_ A_ Couple_ of_ Capital Letter_ Spacings
Whereas the desired file name output that I want is as follows:
This File_Name Only_Needs_A_Couple_of_Capital Letter_Spacings
The next renaming process I perform on the file is to fill in the newly created spaces with a underscore "_" but as a result, we can see that double underscores "__" are also created during the process and I have to perform an additional process of renaming the double underscores "__" back to a single underscore "_". This is the additional process that I want to avoid.
Thanks