Skip to content

utsl42/go-pcre

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-pcre

This is a Go language package providing Perl-Compatible RegularExpression support using libpcre or libpcre++.

documentation

Use godoc.

installation

  1. install libpcre3-dev or libpcre++-dev

  2. go get

sudo apt-get install libpcre3-dev
go get github.com/GRbit/go-pcre/

usage

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

import (
  "github.com/GRbit/go-pcre/"
)

LICENSE

This is a fork of go-pcre.

About

Perl Compatible Regular Expression for Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%