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

Walter Bright newshound2 at digitalmars.com
Sun Dec 4 16:10:05 PST 2011


On 12/2/2011 2:33 PM, Marco Leise wrote:
> http://www.easypolls.net/poll.html?p=4ed9478e4fb7b0e4886eeea2

In general, behavior for things we don't know what to do with should be 
"failure". Then, when we do figure out what to do with it, we don't break 
existing code.


More information about the Digitalmars-d mailing list