regexp.Regexp.FindString (method)
7 uses
regexp (current package)
regexp.go#L841: func (re *Regexp) FindString(s string) string {
github.com/google/go-cmp/cmp/internal/function
func.go#L86: s := lastIdentRx.FindString(fullName)
github.com/microcosm-cc/bluemonday
helpers.go#L218: matched := dataURIImagePrefix.FindString(url.Opaque)
golang.org/x/mod/internal/lazyregexp
lazyre.go#L51: return r.re().FindString(s)
golang.org/x/pkgsite/internal/frontend
404.go#L146: m := strings.Split(fullPath, "/"+githubRegexp.FindString(fullPath))
google.golang.org/grpc/credentials/alts
utils.go#L70: name := re.FindString(line)
internal/lazyregexp
lazyre.go#L51: return r.re().FindString(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. |