Like strip, but only removes ASCII whitespace.
t { string s = "Hello, world!"; assert(asciiStrip(s) is s); assert(asciiStrip("\r\n\tHello ".dup) == "Hello"
See Implementation
Like strip, but only removes ASCII whitespace.