[][src]Function moenster::stringmatch

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

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.