std.range.byLine
    "Nordlöw" via Digitalmars-d-learn 
    digitalmars-d-learn at puremagic.com
       
    Fri Sep 12 13:57:37 PDT 2014
    
    
  
On Friday, 12 September 2014 at 14:16:07 UTC, monarch_dodra wrote:
> Probably not, as (AFAIK) the splitter engine *itself* will 
> *also* escape the passed in characters. IE: It literally needs 
> the characters '\' and 'n'.
I ended up with this.
https://github.com/nordlow/justd/blob/30806a85a5c976f3e891ca11bde3d87a16ecf5e6/algorithm_ex.d#L1858
Does it seem ok?
    
    
More information about the Digitalmars-d-learn
mailing list