Regex remove

Hi,

I want to remove the links in the name of my files, so I created a button :

Rename PATTERN="([wW]{3}).(.+).([a-zA-Z]{2,4})" TO=" " REGEXP FINDREP

a example of link : WwW.google.Com and I replace it by a space.

My problem is : it's not working. -_-"
Can you help me ?

The regex syntax currently supported by Opus does not include the {3} style counts. See the appendix at the back of the manual for the supported syntax.