Removing WWW addresses from MP3 filenames

Make a new action

Action type: Replace with regular expressions
Field: _FILENAME
Regular expression: \s(www.)?[A-z0-9]+.(org|net|com)(?=.)
Replace matches with:

[ ] case-sensitive comparison

This is a very simple example.