golang-pkg-pcre

Perl Compatible Regular Expression shim for Go

  • 所有者: glenn-brown/golang-pkg-pcre
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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.

主要指标

概览
名称与所有者glenn-brown/golang-pkg-pcre
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证
所有者活动
创建于2012-05-17 22:18:02
推送于2021-11-16 19:44:50
最后一次提交2012-05-22 15:36:59
发布数0
用户参与
星数133
关注者数4
派生数72
提交数28
已启用问题?
问题数10
打开的问题数9
拉请求数0
打开的拉请求数2
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?