Skip to content
forked from jemmic/go-pcre2

Perl Compatible Regular Expression v2 shim for Go

License

Notifications You must be signed in to change notification settings

greyreo/go-pcre2

 
 

Repository files navigation

go-pcre2

This is a Go language package providing support for version 2 of Perl Compatible Regular Expressions (PCRE).

fork from https://godoc.org/github.com/Jemmic/go-pcre2

Usage

Go programs that depend on this package should import this package as follows to allow automatic downloading:

import "github.com/iampsl/go-pcre2"

History

This is based on go-pcre by gijsbers and go-pcre2 by lestrrat.

About

Perl Compatible Regular Expression v2 shim for Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 57.1%
  • Go 42.9%