Function string_to_array3

Source
pub fn string_to_array3(
    s: &str,
    sep: Option<&str>,
    null: Option<&str>,
) -> ListValue