Help with Rename/ Replace?

I have pictures stored in folders on my computer.

I named the pictures along the lines of:

01 London - 01
02 London - 02
03 London - 03

57 London - 57
and so on.

I've been trying to find a way to strip the first number (and following space) from in front of the file, so it will simply read,

London - 01
London - 02
London - 03

Is there a way to do this rather than manually?

Any help will be appreciated.

Mode: Regular Expressions
Old Name: ^\d\d (.*)
New Name: \1

Thanks Leo, (henceforth to be known in my house as Leo the Mighty). It worked.

I must confess that I initially thought that the top row of your keyboard had jammed, but I should have known never to have doubted you.

Opus (and its developers) rock!!

Thanks again.

bigal02

1 Like