package
0.8.12
Repository: https://github.com/xsec-lab/go-mysql-server.git
Documentation: pkg.go.dev

# Functions

Default returns the default regex engine.
Engines returns the list of regex engines names.
New creates a new Matcher with the specified regex engine.
NewGo creates a new Matcher using go regex engine.
Register add a new regex engine to the registry.
SetDefault sets the regex engine returned by Default.

# Variables

CompileHistogram describes a regexp compile time.
ErrRegexAlreadyRegistered is returned when there is a previously registered regex engine with the same name.
ErrRegexNameEmpty returned when the name is "".
ErrRegexNotFound returned when the regex engine is not registered.
MatchHistogram describes a regexp match time.

# Structs

Go holds go regex engine Matcher.

# Interfaces

Disposer interface is used to release resources.
Matcher interface is used to compare regexes with strings.

# Type aliases

Constructor creates a new Matcher.