On Wed, 24 Sep 2014 12:21:40 +0000 monarch_dodra via Digitalmars-d-learn <digitalmars-d-learn@puremagic.com> wrote:Unfortunately, there is no generic function that allows striping of a specific ending rangebut for strings we have std.string.chomp.
I missread that documentation. I thought it removed all characters that can also be found in delim. Power to me.