Crate simple_string_lexer

Source

Functionsยง

split_str
Splits string by whitespace and by quoted groups (both single and double quotes), also supports escaping quotes using \ (note that it will remove any backslashes used to escape things, so escape any backslashes you want left in.)