www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - std.regex.replace

reply Vladimir Voinkov <v.voinkov gmail.com> writes:
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);
Jul 29 2009
parent Stewart Gordon <smjg_1998 yahoo.com> writes:
Vladimir Voinkov wrote:
 std.regex.replace does not compile with wstring:
<snip> Correct. Stewart.
Jul 29 2009