# Remove "_" in Filename
global filename _ action {renamefile {%orig%replace,_, ,}}
# Remove "_" in Filename
global filename _ action {renamefile {%orig%replace,_,-,}}
# Replace Title Ubderscore
global title New: action {settitle {%orig%replace,_ ,-,}}
No, it's contains but does support wildcards too.That's not filename contains, it's filename matches.
This is the text version, I just borrowed this sweeper rule from the forum, this thread I believe.
# Remove _ from filename
global filename *_* action {renamefile {%orig%regsub,_ \s*, - ,}
There are some new features in this release:I have just upgraded sweeper to 2.0.15. Where can I find the info on the reason for upgrade/fixes?