Skip to main content

count_regex_matches

Function count_regex_matches 

Source
pub fn count_regex_matches(pattern: &str, input: &str) -> Option<usize>
Expand description

Counts matches for a valid pattern.