regexp.Regexp.FindString (method)

7 uses

	regexp (current package)
		regexp.go#L841: func (re *Regexp) FindString(s string) string {

	github.com/google/go-cmp/cmp/internal/function
		func.go#L86: 		s := lastIdentRx.FindString(fullName)

	github.com/microcosm-cc/bluemonday
		helpers.go#L218: 			matched := dataURIImagePrefix.FindString(url.Opaque)

	golang.org/x/mod/internal/lazyregexp
		lazyre.go#L51: 	return r.re().FindString(s)

	golang.org/x/pkgsite/internal/frontend
		404.go#L146: 	m := strings.Split(fullPath, "/"+githubRegexp.FindString(fullPath))

	google.golang.org/grpc/credentials/alts
		utils.go#L70: 					name := re.FindString(line)

	internal/lazyregexp
		lazyre.go#L51: 	return r.re().FindString(s)