regexp.Regexp.FindAllString (method)
3 uses
regexp (current package)
regexp.go#L1116: func (re *Regexp) FindAllString(s string, n int) []string {
internal/lazyregexp
lazyre.go#L55: return r.re().FindAllString(s, n)
internal/profile
legacy_profile.go#L636: hexStrings := hexNumberRE.FindAllString(s, -1)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)