Skip to main content

regex_captures

Function regex_captures 

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