//
pkg.gl
Category
github.com/sourcegraph/src-cli
internal
lazyregexp
package
0.0.0-20250312033235-bd4f568112dc
Repository:
https://github.com/sourcegraph/src-cli.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
1
Files
90 SLOC
#
Functions
New
New creates a new lazy regexp, delaying the compiling work until it is first needed.
NewPOSIX
NewPOSIX 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.