[Issue 4764] Lazy versions of std.string.split and std.string.splitlines

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Mar 13 06:40:39 PDT 2014


https://d.puremagic.com/issues/show_bug.cgi?id=4764


monarchdodra at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |monarchdodra at gmail.com


--- Comment #3 from monarchdodra at gmail.com 2014-03-13 06:40:37 PDT ---
For what it's worth, there is now `splitter(string)` in algorithm/string that
does what you want, with the correct semantics.

For the lazy version of splitlines, something like "byLines" should be useable?

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list