in reply to Re: Re: URLs in plain text
in thread URLs in plain text

There shouldn't be any lookaheads in that regexp.

Abigail

Replies are listed 'Best First'.
Re: Re: URLs in plain text
by Purdy (Hermit) on Nov 11, 2003 at 17:14 UTC
    Oh ... you're right, of course. In my limited regexp experience (not that I don't use regexps a lot, but when I do, they're usually very simple things), I used the (?!pattern) as a way to tell if the src attribute values in IMG tags started with http:// or not, so I could do some relative path stuff if necessary. In that experience, I labelled anything that started with (?...) as a lookahead.

    Peace,

    Jason

    PS: Nested clustering, then? ;)