Function scsys_core::extractor

source ·
pub fn extractor<S: ToString, T: FromStr + ToString>(
    bp: char,
    data: &S,
    exclude: Option<&[char]>
) -> Vec<T>where
    <T as FromStr>::Err: Debug,
Expand description

A simple extraction utility for getting values from a string and converting them into a Vec