regexp.Regexp.FindAllString (method)

5 uses

	regexp (current package)
		regexp.go#L1112: func (re *Regexp) FindAllString(s string, n int) []string {

	github.com/go-git/go-git/v5/plumbing/format/diff
		unified_encoder.go#L286: 	out := splitLinesRegexp.FindAllString(s, -1)

	github.com/google/pprof/profile
		legacy_profile.go#L638: 	hexStrings := hexNumberRE.FindAllString(s, -1)

	golang.org/x/mod/internal/lazyregexp
		lazyre.go#L55: 	return r.re().FindAllString(s, n)

	internal/lazyregexp
		lazyre.go#L55: 	return r.re().FindAllString(s, n)