Registry / utility / grafana-regexp

grafana-regexp

JSON →
library0.0.0-20250905101755-5eb4f3acbf71gogounverified

Package regexp implements regular expression search, providing a fork of the standard library's regexp package with additional optimizations.

go get github.com/grafana/regexp
INSTALL
IMPORT
SIG · GRAFANA-REGEXP
G
grafana-regexp
utilitygov0.0.0-20250905101755-5eb4f3acbf71
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

regexp
github.com/grafana/regexp

Compile and match a regular expression.

package main import ( "fmt" "github.com/grafana/regexp" ) func main() { re := regexp.MustCompile(`foo.*bar`) fmt.Println(re.MatchString("foobar")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20250905101755-5eb4f3acbf71latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
grafana-regexp — go get grafana-regexp · libregistry