yidabu wrote:
> Tango Regex always got unhandled Access Violation:
>
> char[] str = "ab";
> auto regex = Regex(".");
> Stdout.formatln("result {}", regex.test(str));
>
>
>
> tested with dmd windows 1.031, tango 0.99.7
>
Could it be related to this?
http://www.dsource.org/projects/tango/ticket/956