emacs: Is it possible to match strings with balanced parens with emacs regex?

Posted by Cheeso on Stack Overflow See other posts from Stack Overflow or by Cheeso
Published on 2010-04-24T14:09:35Z Indexed on 2010/04/24 14:13 UTC
Read the original article Hit count: 199

Filed under:
|

Something like this:
http://perl.plover.com/yak/regex/samples/slide083.html

In other words I want to match successfully on { { foo } { bar} } but not on { { foo } .

I see it's possible in perl, and in .NET. Is it possible in emacs regex?

© Stack Overflow or respective owner

Related posts about emacs

Related posts about regex