An open API service providing repository metadata for many open source software ecosystems.

Package Usage: go: github.com/dlclark/regexp2

Package regexp2 is a regexp package that has an interface similar to Go's framework regexp engine but uses a more feature full regex engine behind the scenes. It doesn't have constant time guarantees, but it allows backtracking and is compatible with Perl5 and .NET. You'll likely be better off with the RE2 engine from the regexp package and should only use this if you need to write very complex patterns or require compatibility with .NET.
27 versions
Latest release: about 2 years ago
7,295 dependent packages

View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/dlclark/regexp2

Dependent Repos 55