Skip to main content

regex_matches

Function regex_matches 

Source
pub fn regex_matches(
    pattern: &str,
    text: &str,
    flags: &str,
) -> Result<Vec<String>, String>