Versions in this module Expand all Collapse all v1 v1.0.0 Nov 25, 2025 Changes in this version + func Clear() + func Match(pattern string, b []byte) (matched bool, err error) + func MatchReader(pattern string, r io.RuneReader) (matched bool, err error) + func MatchString(pattern string, s string) (matched bool, err error) + func QuoteMeta(str string) string + func Release(expr string) + func ReleasePOSIX(expr string) + type Regexp = regexp.Regexp + func Compile(expr string) (*Regexp, error) + func CompilePOSIX(expr string) (*Regexp, error) + func MustCompile(str string) *Regexp + func MustCompilePOSIX(str string) *Regexp