[Issue 7674] regex replace requires escaped format

2012-03-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7674 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7674] regex replace requires escaped format

2012-03-17 Thread d-bugmail
/097faaca84b0d8f4031cc56721ec846ff4bd6a6e fix Issue 7674 - regex replace requires escaped format Kill unnecessary escaping in replace format string. https://github.com/D-Programming-Language/phobos/commit/bdaa3260ffe62237d7360e84f8e6f01b30e4ab54 changelog entry for issue 7674 https://github.com/D-Programming-Language/phobos

[Issue 7674] regex replace requires escaped format

2012-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7674 --- Comment #1 from Dmitry Olshansky dmitry.o...@gmail.com 2012-03-09 03:30:45 PST --- (In reply to comment #0) When using std.regex.replace the format parameter is also requiring to be a valid regex. Strange. But speaking of format string