Comment #0 by dlang-bugzilla — 2014-03-14T17:03:30Z
import std.regex;
void main()
{
auto re = ctRegex!(`^((?=(xx+?)\2+$)((?=\2+$)(?=(x+)(\4+$))\5){2})*x?$`);
"xxxxxxxx".match(re);
}
This program crashes at runtime:
[email protected](3108): Range violation