comma
comma
splits shell-style commands, e.g. sendmsg joe "I say \"hi\" to you!"
, into a list of individual tokens.
It correctly handles unicode characters, escape sequences, and single- or double-quoted strings.
Cargo
[]
= "1.0.0"
Usage
use parse_command;