# 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.
No description provided by the author
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.
# Interfaces
DisposableMatcher implements both Disposer and Matcher.
Disposer interface is used to release resources.
Matcher interface is used to compare regexes with strings.
# Type aliases
Constructor creates a new Matcher.