regexp.Regexp.FindAllString (method)
5 uses
regexp (current package)
regexp.go#L1112: func (re *Regexp) FindAllString(s string, n int) []string {
github.com/go-git/go-git/v5/plumbing/format/diff
unified_encoder.go#L286: out := splitLinesRegexp.FindAllString(s, -1)
github.com/google/pprof/profile
legacy_profile.go#L638: hexStrings := hexNumberRE.FindAllString(s, -1)
golang.org/x/mod/internal/lazyregexp
lazyre.go#L55: return r.re().FindAllString(s, n)
internal/lazyregexp
lazyre.go#L55: return r.re().FindAllString(s, n)
![]() |
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. |