wildcard_regex

Function wildcard_regex 

Source
pub fn wildcard_regex(to_match: &str) -> Regex
Expand description

Returns compiled wildcard regex.

ยงPanics

Panics if an invalid wildcard regex is provided.