Balanced match with std.regex

crimaniak via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Mon Dec 14 21:04:07 PST 2015


On Tuesday, 15 December 2015 at 00:16:41 UTC, Jakob Ovrum wrote:
> Is there a way to do balanced match with std.regex?

It's only possible with (?R) implemented: 
http://php.net/manual/en/regexp.reference.recursive.php
But there is no (?R) in D regex implementation.



More information about the Digitalmars-d-learn mailing list