First Letter Of Each Word Uppercase changes second sign
Posted: 03.02.2024, 14:53
If a user selects a file with an extension that starts not with a letter but with a digit, like (for example) 7Z, then using the
Multi Rename > Case > First Letter Of Each Word Uppercase
option will turn e.g.
into
i.e. it will literally do what it says which is to look for the first letter in extension - thus it will affect the second sign, because it disregards the first character due to it not being a letter
Whether this was intentional or not, I would argue that most users would expect to see (here comes another example)
and not
after performing this change on
file
Therefore I suggest renaming that option to First Sign Of Each Word Uppercase and change its behavior accordingly - or alternatively add such option as a new one to the list of already available ones
Multi Rename > Case > First Letter Of Each Word Uppercase
option will turn e.g.
Code: Select all
test name.7zCode: Select all
Test Name.7ZWhether this was intentional or not, I would argue that most users would expect to see (here comes another example)
Code: Select all
Test Name.3dsxCode: Select all
Test Name.3DsxCode: Select all
test name.3dsxTherefore I suggest renaming that option to First Sign Of Each Word Uppercase and change its behavior accordingly - or alternatively add such option as a new one to the list of already available ones