Skip to content

Instantly share code, notes, and snippets.

Created February 26, 2014 20:11
Show Gist options
  • Save anonymous/9237526 to your computer and use it in GitHub Desktop.
Save anonymous/9237526 to your computer and use it in GitHub Desktop.
$status_text = preg_replace(
'/(https?:\/\/\S+)/',
'<a href="\1">Twitter results feed</a>',
$status_text
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment