Add documentation badge

This commit is contained in:
Elara 2022-05-18 16:40:18 -07:00
parent 406de00b82
commit e8909360ba
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
# pcre
[![Go Reference](https://pkg.go.dev/badge/go.arsenm.dev/pcre.svg)](https://pkg.go.dev/go.arsenm.dev/pcre)
This package provides a CGo-free port of the PCRE2 regular expression library. The [lib](lib) directory contains source code automatically translated from PCRE2's C source. This package wraps that code and provides an interface as close as possible to Go's stdlib [regexp](https://pkg.go.dev/regexp) package
---