regexp.Regexp.FindString (method)

4 uses

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

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

	google.golang.org/grpc/internal/grpcutil
		regex.go#L29: 	rem := re.FindString(text)

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