convert to upper case letters in the beginning of a word

If you need help on how to use the program
Post Reply
parafux
Posts: 1
Joined: 2014-08-24 13:08:32

convert to upper case letters in the beginning of a word

Post by parafux »

i need the regular expression to convert all words of a filename so every word begins with an upper case letter

e.g.

the file
my favorite song.mp3
gets converted to
My Favorite Song.mp3

any suggestions?
antp
Site Admin
Posts: 9712
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

You can't use the action dedicated to that? ("change case")

I am not sure it is possible via regular expressions to do character replacement like that
Post Reply