This is a Go language package providing Perl-Compatible RegularExpression support using libpcre or libpcre++.
Use godoc.
-
install libpcre3-dev or libpcre++-dev
-
go get
sudo apt-get install libpcre3-dev
go get github.com/GRbit/go-pcre/
Go programs that depend on this package should import this package as follows to allow automatic downloading:
import (
"github.com/GRbit/go-pcre/"
)
This is a fork of go-pcre.