Skip to main content

str_to_map

Function str_to_map 

Source
pub fn str_to_map(text: Expr, pair_delim: Expr, key_value_delim: Expr) -> Expr
Expand description

Creates a map after splitting the text into key/value pairs using delimiters.