package
1.7.0
Repository: https://github.com/wasilibs/go-re2.git
Documentation: pkg.go.dev

# Functions

CompileLatin1 is like regexp.Compile but causes the matching to treat the input as arbitrary bytes rather than unicode strings.
MustCompileLatin1 is like CompileLatin1 but panics if the expression cannot be parsed.