Re: regexps matching nested balanced braces

2009-09-05 Thread rgheck
On 09/04/2009 07:08 PM, Tommaso Cucinotta wrote: rgheck ha scritto: Exactly what I was needing, thanks. I also found out that boost/xpressive has a support for that, just checking if it works. Does not even compile on my system :-(. Should I expect any difference if trying with included boost ?

Re: regexps matching nested balanced braces

2009-09-04 Thread Tommaso Cucinotta
rgheck ha scritto: Exactly what I was needing, thanks. I also found out that boost/xpressive has a support for that, just checking if it works. Does not even compile on my system :-(. Should I expect any difference if trying with included boost ? No, but the big advantage to boost, obviously, is

Re: regexps matching nested balanced braces

2009-09-04 Thread rgheck
On 09/04/2009 05:44 PM, Tommaso Cucinotta wrote: rgheck ha scritto: is there anyone on this list knowing if there exists any open C/C++ library for regular expressions, with the capability to match balanced braces arbitrarily nested ? Famously, there are extensions in Perl regexes that allow th

Re: regexps matching nested balanced braces

2009-09-04 Thread Tommaso Cucinotta
rgheck ha scritto: is there anyone on this list knowing if there exists any open C/C++ library for regular expressions, with the capability to match balanced braces arbitrarily nested ? Famously, there are extensions in Perl regexes that allow this. I think the PCRE library would therefore allo

Re: regexps matching nested balanced braces

2009-09-04 Thread rgheck
On 09/03/2009 12:15 PM, Tommaso Cucinotta wrote: Hi all, is there anyone on this list knowing if there exists any open C/C++ library for regular expressions, with the capability to match balanced braces arbitrarily nested ? .NET seems to have some extension for solving such problem: http:/

regexps matching nested balanced braces

2009-09-03 Thread Tommaso Cucinotta
Hi all, is there anyone on this list knowing if there exists any open C/C++ library for regular expressions, with the capability to match balanced braces arbitrarily nested ? .NET seems to have some extension for solving such problem: http://blogs.msdn.com/bclteam/archive/2005/03/15/396452.