//
pkg.gl
Category
github.com/octohelm/cuemod
internal
internals
lazyregexp
package
2.0.0+incompatible
Repository:
https://github.com/octohelm/cuemod.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
4
Dependents
6
Files
52 SLOC
#
Functions
New
New creates a new lazy regexp, delaying the compiling work until it is first needed.
#
Structs
Regexp
Regexp is a wrapper around regexp.Regexp, where the underlying regexp will be compiled the first time it is needed.