val parse : string -> (string list, string) Stdlib.resultparse t will split the t string into whitespace-separated substrings, taking into account quoting using the backslash character.
Parse_argvModule to parse a Unix-style argv into a list of strings
val parse : string -> (string list, string) Stdlib.resultparse t will split the t string into whitespace-separated substrings, taking into account quoting using the backslash character.