[linkify URLs Evan Prodromou **20080529190702] { hunk ./lib/util.php 358 -# $r = preg_replace('(^|\b)(https?|ftp)://[-A-Z0-9+&@#/%?=~_|!:,.;]*[-A-Z0-9+&@#/%=~_|]', '\0', $r); + $r = preg_replace('@https?://\S+@', '\0', $r); }