Hi, I have a string:
By Chris Sheridan MADRID, Spain -- Rudy Fernandez is not returning calls from Portland Trail Blazers coach Nate McMillan and was fined $25000 by the NBA on ... var make_url = 'http://goog.com/Escape_Space_Link';
My question is how do I use regex and php's preg_replace to remove the entire var make_url = 'http://goog.com/Escape_Space_Link'
Please note that http://goog.com/Escape_Space_Link may change, but it's always a url
Thank you!