regexp.Regexp.FindAllSubmatch (method)

2 uses

	regexp (current package)
		regexp.go#L1148: func (re *Regexp) FindAllSubmatch(b []byte, n int) [][][]byte {

	golang.org/x/pkgsite/devtools/cmd/csphash
		main.go#L95: 	matches := hashRegexp.FindAllSubmatch(contents, -1)