Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + type Regexp struct + func New(str string) *Regexp + func (r *Regexp) FindAllString(s string, n int) []string + func (r *Regexp) FindString(s string) string + func (r *Regexp) FindStringSubmatch(s string) []string + func (r *Regexp) FindStringSubmatchIndex(s string) []int + func (r *Regexp) FindSubmatch(s []byte) [][]byte + func (r *Regexp) MatchString(s string) bool + func (r *Regexp) ReplaceAllString(src, repl string) string + func (r *Regexp) SubexpNames() []string