Skip to content

Instantly share code, notes, and snippets.

@oleander
Created April 22, 2010 11:59
Show Gist options
  • Save oleander/375130 to your computer and use it in GitHub Desktop.
Save oleander/375130 to your computer and use it in GitHub Desktop.
$data = preg_replace(array(
'/&[#a-z0-9]+?;/i',
'/\(.+?\)/',
'/\n/',
'/feat[^\s]+/i',
'/-/',
'/ft\./',
'/[ ]{2,}/',
'/ .+`.+ /',
'/[ |.]+\?[ |.]/',
'/%[\d]+/'), ' ', $data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment