package
0.0.0-20241123141403-e7b9dc6866d0
Repository: https://github.com/unix-world/smartgoext.git
Documentation: pkg.go.dev

# README

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.