Here's my problem:
I got files that are named like this:
Ramones ft. MC Hammer - A Swan In The Lake.jpg
I want to change these into another case like this
Ramones ft. MC Hammer - A swan in the lake.jpg
So, actually, everything after the - (hyphen?) sign should be lower case apart from the first letter of the first word.
How can I do this in the multiple replace box?
Multiple replace question
Moderators: Hacker, petermad, Stefan2, white
- Clas Hortien
- Senior Member
- Posts: 200
- Joined: 2003-03-03, 15:03 UTC
Hi,
you can do this in 4 steps:
Reload the filenames after each step. Don't write the (dot), it is only a hint that there is a dot to enter (i can hardly see it on my screen).
Best regards
Clas
you can do this in 4 steps:
Code: Select all
Filename Search Replace Options
=========================================================
[N] . (dot) ###
[N] (.* - )(.{1})(.*) $1$2.$3 RegEx + Subst
[N][L] . (dot) <delete>
[N] ### . (dot)
Best regards
Clas
#14041
-
- Junior Member
- Posts: 14
- Joined: 2004-11-29, 12:55 UTC
Good Lord - Seems I have a lot to learn regarding Search/rep
I am using it a lot to rename ,mp3 songs. I though I am a sofisticated
user, of it. Now I know better.
You forced me to take a look at the Help file, and I realize how many commands we got there.
thank you for enlighting me. ( sorry for the speling . My main language is Hebrew)
user, of it. Now I know better.
You forced me to take a look at the Help file, and I realize how many commands we got there.
thank you for enlighting me. ( sorry for the speling . My main language is Hebrew)