Registry / utility / src-d-go-oniguruma

src-d-go-oniguruma

JSON →
library1.1.0gogounverified

Package go-oniguruma provides Go bindings for the Oniguruma regular expression library.

go get github.com/src-d/go-oniguruma
INSTALL
IMPORT
SIG · SRC-D-GO-ONIGURUMA
S
src-d-go-oniguruma
utilitygov1.1.0
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/src-d/go-oniguruma

Compile and match a regular expression using Oniguruma.

package main import ( "fmt" "github.com/src-d/go-oniguruma" ) func main() { re, err := oniguruma.Compile("\\d+") if err != nil { panic(err) } fmt.Println(re.MatchString("abc123")) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
src-d-go-oniguruma — go get src-d-go-oniguruma · libregistry