How can I trim the last 4 characters off of a string? Like:

strSong= "Superdrag - Baby Goes To Eleven.mp3"

I want to cut the last 4 characters (.mp3) off of the string and save as a new string.

strNew= Function I need here(strSong)

Any help appreciated.