internal/lazyregexp.Regexp.FindStringSubmatchIndex (method)
3 uses
internal/lazyregexp (current package)
lazyre.go#L42: func (r *Regexp) FindStringSubmatchIndex(s string) []int {
go/doc
example.go#L121: if loc := outputPrefix.FindStringSubmatchIndex(text); loc != nil {
reader.go#L520: if m := noteMarkerRx.FindStringSubmatchIndex(text); m != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)