>>>>> "Mark" == Mark van Rossum <[EMAIL PROTECTED]> writes:

Dekel, this related to the problem I commented on last time this was
raised. The regexp as it stands does not make sense.

If it is a non extended syntax re (I think this is the default), we
shoule have something like

LRegex reg1(")* *(\\([^ )]+\\).*"); 

The corresponding extended syntax regexp would be

LRegex reg1("\\)* *\\(([^ )]+).*"); 

But I believe regcomp uses the first syntax by default. Sorry I can't
be more specific, I am sick at home right now.

JMarc

Reply via email to