Reg Ex to fix iTunes tracks and discs not working

Whenever I use the following to try to fix track numbers and disc numbers it doesn't work.

Regular Expression: ^( \d+)/\d+

Replace with: $1

Please Help?

It's $1 and not %1

Sorry! That was a typo. I am actually using $1 and not %1.

I can't figure out why this isn't working.

This RegExp works for me: ^(\d+)/\d+
but this not: ^( \d+)/\d+
Do you see why?

DD.20060903.1617

I copied and pasted the previous. Stupid space.... Thanks.