//
pkg.gl
Category
github.com/shogo82148/std
internal
lazyregexp
package
1.23.0
Repository:
https://github.com/shogo82148/std.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
18 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.