std.regex.replace issues

Jesse Phillips jessekphillips+D at gmail.com
Thu Mar 17 18:07:32 PDT 2011


Andrej Mitrovic Wrote:

> You're right, that point totally slipped my mind. I'm having some
> ideas about an alternative though. I'll try something out later.
> 
> Btw, shouldn't byLine be able to return a dchar[]? For Unicode purposes?

Why, if you want to operate on a dchar[] instead of a dchar range you can do the conversion yourself with to!(dstring). byLine should return the data it is iterating over, not some conversion.


More information about the Digitalmars-d-learn mailing list