On 1/26/06, Richard K Miller <[EMAIL PROTECTED]> wrote:
> @(http://\S+)(?!\.)@   -- this still captures everything
> @(http://\S+?)(?!\.)@    -- this captures too little

hmm maybe this would work?

@http://.+(?=\.)@

Reply via email to