On 4/13/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Hi sebb
> 
> I finally got it.
> 
> <a href="/([^"]+)">News


The following should work just as well then:

<a href="/(.+?)">News

The ? will stop the RE continuing to try matching past the closing ".

S

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to