regexp.Regexp.FindStringIndex (method)
3 uses
regexp (current package)
regexp.go#L854: func (re *Regexp) FindStringIndex(s string) (loc []int) {
github.com/google/pprof/profile
legacy_profile.go#L1011: if match := logInfoRE.FindStringIndex(line); match != nil {
golang.org/x/pkgsite/internal/godoc/dochtml/internal/render
linkify.go#L284: if m := matchRx.FindStringIndex(line); 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. |