Poll of the week: How should std.regex handle unknown escape sequences as in: "[\.]"

Martin Nowak dawg at dawgfoto.de
Sun Dec 4 10:53:59 PST 2011


On Fri, 02 Dec 2011 23:33:34 +0100, Marco Leise <Marco.Leise at gmx.de> wrote:

> http://www.easypolls.net/poll.html?p=4ed9478e4fb7b0e4886eeea2

auto s = "[\.]"; => Error: undefined escape sequence.
Do you actually mean r"[\.]" or `[\.]`?


More information about the Digitalmars-d mailing list