stringmatch

Function stringmatch 

Source
pub fn stringmatch(pattern: &str, string: &str) -> bool
Expand description

Match a string against the specified pattern.

Returns true if the string matches against the pattern from start to finish. See the top-level documentation for allowed wildcards.