Regex engine for Go based on the .NET engine
Regexp2 is a feature-rich RegExp engine for Go. It doesn't have constant time guarantees like the built-in regexp package, 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. This package contains the source code needed for building packages that reference the following Go import paths: – github.com/dlclark/regexp2
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 1.4.0-12.fc41 | - |
Fedora 41 | 1.4.0-12.fc41 | - |
Fedora 40 | 1.4.0-9.fc40 | - |
Fedora 39 | 1.4.0-7.fc39 | - |
Fedora EPEL 10.0 | 1.4.0-12.el10_0 | - |
You can contact the maintainers of this package via email at
golang-github-dlclark-regexp2 dash maintainers at fedoraproject dot org
.