portfolio > sandbox > Test AutoLink Test AutoLink $text = ereg_replace("(https?|ftp)(://[[:alnum:]\+\$\;\?\.%,!#~*/:@&=_-]+)", "\\1\\2",$text); input :ブログ -> http://blog.makotokw.com/output: ブログ -> http://blog.makotokw.com/