July 29, 2009 std.regex.replace | ||||
---|---|---|---|---|
| ||||
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); |
July 29, 2009 Re: std.regex.replace | ||||
---|---|---|---|---|
| ||||
Posted in reply to Vladimir Voinkov | Vladimir Voinkov wrote:
> std.regex.replace does not compile with wstring:
<snip>
Correct.
Stewart.
|
Copyright © 1999-2021 by the D Language Foundation