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)