Skip to main content

extract_regex_captures

Function extract_regex_captures 

Source
pub fn extract_regex_captures(
    pattern: &str,
    input: &str,
) -> Option<Vec<RegexCapture>>
Expand description

Extracts capture groups across all matches for a valid pattern.