Re: [PHP] urgent. need posix-style regexp expert

2001-09-05 Thread
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

[PHP] urgent. need posix-style regexp expert

2001-09-04 Thread alvarez
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)