Macros§
- shwild_
matches - Defines the macro
shwild_matches!()
.
Structs§
- Compiled
Matcher - Type that holds a compiled match pattern, against which multiple strings may be evaluated.
Enums§
- Error
- Represents parsing result.
Constants§
- IGNORE_
CASE - Causes matching to ignore case.
Functions§
- matches
- Determines whether the given
input
matches the givenpattern
, according to the givenflags
.