On Mon, Nov 12, 2001 at 07:14:42PM -0600, Gibbs Tanton - tgibbs wrote: > Seems like to me you should just change the last capture to be [^\n] as in > > $data =~ /http:\/\/(.*?):(.*?)@([^\n]*?)/g; > > or something like that.
I haven't followed the whole thread, but `[^\n]' is exactly the same as `.' as long as /s is *not* specified. -- Garry Williams, Zvolve Systems, Inc., +1 770 551-4504 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]