From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tue, Sep 04, 2001 at 07:48:27PM +0200
Message-ID: <[EMAIL PROTECTED]>
Subject: [PHP] urgent. need posix-style regexp expert
>
> what is the correct POSIX-regexp to match a range of characters
> between two parantheses, whil
what is the correct POSIX-regexp to match a range of characters
between two parantheses, while ensuring that it is the largest
match possible? need fast reply. thanks.
Running against
(foo (bar (baaz) quux( fred woody) wang))
it should return
foo (bar (baaz) quux( fred woody) wang)
2 matches
Mail list logo