github.com/shadialtarsha/go-pcre@v0.0.0-20220904164957-b4f1834ceecc/README.md (about)

     1  # GO PCRE
     2  
     3  `go-pcre` is a CGO-free wrapper around PCRE2 regular expression engine.
     4  
     5  I created this repo for a specific use, which requires only the `compile` methods.
     6  Feel free to extend `pcre.go` to include more methods.
     7  
     8  ### Important Note
     9  All the credits go to [Arsen6331](https://gitea.arsenm.dev/Arsen6331) for starting this project. This repo is a based on his [repo](https://gitea.arsenm.dev/Arsen6331/pcre).
    10  
    11  ### Supported Arch and OS:
    12  - linux/amd64
    13  - linux/386
    14  - darwin/amd64
    15  - darwin/arm64