std.regex.replace

Vladimir Voinkov v.voinkov at gmail.com
Wed Jul 29 06:49:52 PDT 2009


std.regex.replace does not compile with wstring:

auto x = std.regex.regex ("abc"w);
wchar[] buffer = "abc"w.dup;
std.regex.replace (buffer, x, "def"w);



More information about the Digitalmars-d-learn mailing list