Re: Regular expressions: recursive patterns and callouts

2006-01-21 Thread Paul McGuire
"Carlos" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi! > I think two extensions to re could be really powerful in aiding to > match non regular strings -for example those containing parens nested > up to an arbitrary depth- but without a significative performance loss, > althoug

Regular expressions: recursive patterns and callouts

2006-01-21 Thread Carlos
Hi! I think two extensions to re could be really powerful in aiding to match non regular strings -for example those containing parens nested up to an arbitrary depth- but without a significative performance loss, although I'm not at all sure at this last point. One of these features is re nesting;