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 ?