Is this a std.regex bug?

Dmitry Olshansky dmitry.olsh at gmail.com
Tue Aug 7 08:53:39 PDT 2012


On 07-Aug-12 16:06, Andrea Fontana wrote:
> dmd 2.060 64bit ubuntu:
>
> // Doesn't work:
> auto r = ctRegex!(r"/api/places/(id|related|search|count)\.(json|xml)",
> "g");
>

Could be. It is experimental and is known to have bugs.
What is the exact problem statement?

> // Works:
> auto r = regex(r"/api/places/(id|related|search|count)\.(json|xml)", "g");
>
>


-- 
Dmitry Olshansky


More information about the Digitalmars-d-learn mailing list