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