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.