I have this code:
$title = &$cleantitle;
$cleantitle = str_replace(' ', '', $cleantitle);
$title =  ./wp-content/uploads/webvideos/January/January - Intro Video/V001-Test-Video.mp4
I would like the get
$cleantitle = V001-Test-Video
I am not sure how I would go about doing this.