pub fn parse_string_array(input: &str) -> IResult<&str, Vec<Arc<str>>>
Parse comma-separated quoted strings used by parse_format.
parse_format