digitalmars.D.learn - inverse of escapeShellCommand?
- Timothee Cour (4/4) Feb 14 2014 is there a function to get the inverse of escapeShellCommand?
is there a function to get the inverse of escapeShellCommand? ie: assert(escapeShellCommandInverse(` foo 'hello world' `)==[`foo`, `hello world`]);
Feb 14 2014