Nordlöw:
It would be nice to have a lambda-variant of std.string.tr to call likex.tr!isWhite(['_'])
If your text is ASCII, then there is std.ascii.whitespace that can be given as argument to std.string.tr.
Bye, bearophile
bearophile via Digitalmars-d-learn Tue, 21 Oct 2014 01:07:08 -0700
Nordlöw:
It would be nice to have a lambda-variant of std.string.tr to call likex.tr!isWhite(['_'])
If your text is ASCII, then there is std.ascii.whitespace that can be given as argument to std.string.tr.
Bye, bearophile