regexp.Regexp.FindString (method)
4 uses
regexp (current package)
regexp.go#L824: func (re *Regexp) FindString(s string) string {
github.com/jackc/pgx/v5
derived_types.go#L245: serverVersionStr = regexp.MustCompile(`^[0-9]+`).FindString(serverVersionStr)
google.golang.org/grpc/internal/grpcutil
regex.go#L29: rem := re.FindString(text)
internal/lazyregexp
lazyre.go#L51: return r.re().FindString(s)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)