regexp.Regexp.FindStringSubmatchIndex (method)
5 uses
regexp (current package)
regexp.go#L1057: func (re *Regexp) FindStringSubmatchIndex(s string) []int {
golang.org/x/mod/internal/lazyregexp
lazyre.go#L43: return r.re().FindStringSubmatchIndex(s)
golang.org/x/pkgsite/internal/godoc/internal/doc
example.go#L120: if loc := outputPrefix.FindStringSubmatchIndex(text); loc != nil {
reader.go#L456: if m := noteMarkerRx.FindStringSubmatchIndex(text); m != nil {
internal/lazyregexp
lazyre.go#L43: return r.re().FindStringSubmatchIndex(s)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |