Re: wrapping anchor tags around a URL

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 1/26/06, Richard K Miller <richardkmiller@xxxxxxxxx> wrote:> @(http://\S+)(?!\.)@   -- this still captures everything> @(http://\S+?)(?!\.)@    -- this captures too little
hmm maybe this would work?
@http://.+(?=\.)@

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux