package
4.3.8+incompatible
Repository: https://github.com/tyktechnologies/tyk.git
Documentation: pkg.go.dev
# Functions
Compile does the same as regexp.Compile but returns cached *Regexp instead.
CompilePOSIX does the same as regexp.CompilePOSIX but returns cached *Regexp instead.
Match is the same as regexp.Match but returns cached result instead.
MatchString is the same as regexp.MatchString but returns cached result instead.
MustCompile is the same as regexp.MustCompile but returns cached *Regexp instead.
MustCompilePOSIX is the same as regexp.MustCompilePOSIX but returns cached *Regexp instead.
QuoteMeta is the same as regexp.QuoteMeta but returns cached result instead.
ResetCache resets cache to initial state.