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

Return true if a match is found, overwise return false