regexp.Regexp.FindStringSubmatchIndex (method)
2 uses
regexp (current package)
regexp.go#L1061: func (re *Regexp) FindStringSubmatchIndex(s string) []int {
internal/lazyregexp
lazyre.go#L43: return r.re().FindStringSubmatchIndex(s)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)