Registry / utility / go-enry-go-oniguruma

go-enry-go-oniguruma

JSON →
library1.2.1gogounverified

Go bindings for the Oniguruma regular expression library.

go get github.com/go-enry/go-oniguruma
INSTALL
IMPORT
SIG · GO-ENRY-GO-ONIGURU
G
go-enry-go-oniguruma
utilitygov1.2.1
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.

oniguruma
github.com/go-enry/go-oniguruma

Compile and match a regex using Oniguruma.

import "github.com/go-enry/go-oniguruma" func main() { re, err := oniguruma.Compile("a+") if err != nil { panic(err) } println(re.MatchString("aaa")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
go-enry-go-oniguruma — go get go-enry-go-oniguruma · libregistry