internal/lazyregexp.Regexp.FindStringSubmatchIndex (method)
5 uses
internal/lazyregexp (current package)
lazyre.go#L42: func (r *Regexp) FindStringSubmatchIndex(s string) []int {
go/doc
comment.go#L100: m := matchRx.FindStringSubmatchIndex(line)
comment.go#L128: m = matchRx.FindStringSubmatchIndex(line[:m[0]+len(match)])
example.go#L120: if loc := outputPrefix.FindStringSubmatchIndex(text); loc != nil {
reader.go#L452: if m := noteMarkerRx.FindStringSubmatchIndex(text); m != nil {
![]() |
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. |