Johnson via Digitalmars-d Sat, 26 Aug 2017 14:56:20 -0700
while(str[i] in [' ', '\r', ...])
rather than having to do each test individually.