Skip to main content

emit_bash_split

Function emit_bash_split 

Source
pub fn emit_bash_split(str_var: &str, delim: &str, arr_var: &str) -> String
Expand description

Generate bash code to split a string by a delimiter.