Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RegexMatcher ¶
type RegexMatcher struct {
// contains filtered or unexported fields
}
正则表达式匹配器
func NewRegexMatcher ¶
func NewRegexMatcher(regexs []string) *RegexMatcher
func (*RegexMatcher) Match ¶
func (r *RegexMatcher) Match(str string) bool
Click to show internal directories.
Click to hide internal directories.