Skip to main content

extract_field

Function extract_field 

Source
fn extract_field<'a>(
    s: &'a str,
    key: &str,
    delim: char,
) -> Result<&'a str, String>
Expand description

Extract value between key and delim (or end of string).