Skip to main content

extract_regex_matches

Function extract_regex_matches 

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

Extracts matched substrings for a valid pattern.