Removing single or multiple from the url or link like:
www.makeuseof.com/tag/7-tips-tricks-google-drive/
This will remove all the elements within the $link string:
$link
$link = str_replace(' ','',$link);