//
pkg.gl
Category
github.com/wasilibs/go-re2
experimental
package
1.7.0
Repository:
https://github.com/wasilibs/go-re2.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
2
Dependents
2
Files
14 SLOC
#
Functions
CompileLatin1
CompileLatin1 is like regexp.Compile but causes the matching to treat the input as arbitrary bytes rather than unicode strings.
MustCompileLatin1
MustCompileLatin1 is like CompileLatin1 but panics if the expression cannot be parsed.