Categorygithub.com/shadialtarsha/go-pcre
repositorypackage
0.0.0-20220904164957-b4f1834ceecc
Repository: https://github.com/shadialtarsha/go-pcre.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

GO PCRE

go-pcre is a CGO-free wrapper around PCRE2 regular expression engine.

I created this repo for a specific use, which requires only the compile methods. Feel free to extend pcre.go to include more methods.

Important Note

All the credits go to Arsen6331 for starting this project. This repo is a based on his repo.

Supported Arch and OS:

  • linux/amd64
  • linux/386
  • darwin/amd64
  • darwin/arm64