Shell-like string split

Hi guys,

Does anyone know if Elixir has some utility that is similar to Python’s shlex or Ruby’s Shellwords? I want to split a string, which is just as what we may type on Bash shell, in order to feed it into String.cmd/3. I looked all over the places but couldn’t find it.

Thanks
Yixin

2 Likes