Skip to main content

has_regex_match

Function has_regex_match 

Source
pub fn has_regex_match(pattern: &str, input: &str) -> bool
Expand description

Returns true when the pattern matches any part of the input.