Removing whitespace duplicates

"Nordlöw" via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Oct 21 00:37:15 PDT 2014


On Tuesday, 21 October 2014 at 07:31:59 UTC, Nordlöw wrote:
> std.string.tr is my preferred choice here :)

It would be nice to have a lambda-variant of std.string.tr to 
call like

x.tr!isWhite(['_'])


More information about the Digitalmars-d-learn mailing list