Options gets the options used when constructing the WildcardMatcher.
()
| 62 | |
| 63 | // Options gets the options used when constructing the WildcardMatcher. |
| 64 | func (matcher *WildcardMatcher) Options() Options { |
| 65 | return matcher.options |
| 66 | } |
| 67 | |
| 68 | // NewWildcardMatcher creates a new WildcardMatcher with the specified pattern and options. |
| 69 | // The default option is for the matcher to be case-sensitive without a base dir. |
no outgoing calls