www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - 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