Skip to content

greyreo/pcre2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-pcre2

GoDoc

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

Installation

Install the package for Debian as follows:

sudo apt-get install libpcre2-dev
go get 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/Jemmic/go-pcre2"

History

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published