Function scsys_core::extractor

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

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