golang-pkg-pcre

Perl Compatible Regular Expression shim for Go

Github stars Tracking Chart

golang-pkg-pcre

This is a Go language package providing Perl-Compatible RegularExpression
support using libpcre++. Install the package with the current Debian
distribution as follows:

sudo apt-get install libpcre++-dev
go get github.com/glenn-brown/golang-pkg-pcre/src/pkg/pcre

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

import "github.com/glenn-brown/golang-pkg-pcre/src/pkg/pcre"

This is a clone of
golang-pkg-pcre
by Florian Weimer, which has been placed on github so it can be fetched by
Go's automatic package installer. The FindIndex() and ReplaceAll()
functions were added by Glenn Brown, to mimic functions in Go's default
regexp package.

Main metrics

Overview
Name With Ownerglenn-brown/golang-pkg-pcre
Primary LanguageGo
Program languageGo (Language Count: 1)
Platform
License:
所有者活动
Created At2012-05-17 22:18:02
Pushed At2021-11-16 19:44:50
Last Commit At2012-05-22 15:36:59
Release Count0
用户参与
Stargazers Count135
Watchers Count4
Fork Count73
Commits Count28
Has Issues Enabled
Issues Count10
Issue Open Count9
Pull Requests Count0
Pull Requests Open Count2
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private