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?
No, so far Perl/PCRE and .NET are the only regex flavors that support arbitrary nesting (recursive patterns).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With