Another situation I came across is where the 'Title' field had the Track numbers in its field for example
"(Artist) John Mayer - (Title) 01. Some Song"
So basically I want to remove the track number (01.) and including " . " in the 'Title' Field to the look like this
"(Artist) John Mayer - (Title) Some Song
Get This 'Additional Tagging and Reporting Tools' Plugin
http://getmusicbee.com/forum/index.php?topic=3833.195from boroda74
Step 1
Create a new ASR preset: Search for \d\d\s*.\s* in the containing field and replace with blank string in the same field.
Note: You can replace the " . " to suite whatever format such as 01. 01- 01_
Also there are a couple of presets already in the ASR to do this removal but you can customize the format with this solution
All credits go to boroda74 for his powerful plugin and solution