Skip to content

Instantly share code, notes, and snippets.

@xdstack
Created September 13, 2012 11:22
Show Gist options
  • Save xdstack/3713666 to your computer and use it in GitHub Desktop.
Save xdstack/3713666 to your computer and use it in GitHub Desktop.
PHP 自动将url转为超链接
$url = "代码库 (https://gist.github.com/wdd2007)";
$url = preg_replace("#http://([A-z0-9./-]+)#", '$0', $url);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment