regexp.Regexp.FindAllSubmatchIndex (method)
2 uses
regexp (current package)
regexp.go#L1172: func (re *Regexp) FindAllSubmatchIndex(b []byte, n int) [][]int {
src.elv.sh/pkg/eval/mods/re
re.go#L52: matches := pattern.FindAllSubmatchIndex([]byte(source), opts.Max)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)