Documentation
¶
Overview ¶
Package cachedregexp provides a cached version of regexp.MustCompile and regexp.Compile.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Compile ¶ added in v2.3.3
Compile returns a compiled regexp or an error if the pattern is invalid. Results are cached for performance.
func MustCompile ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.