regexp.Regexp.MatchString (method)
11 uses
regexp (current package)
regexp.go#L526: func (re *Regexp) MatchString(s string) bool {
regexp.go#L555: return re.MatchString(s), nil
github.com/google/go-cmp/cmp
options.go#L295: if !identsRx.MatchString(name) {
options.go#L298: } else if !identsRx.MatchString(name) {
go.uber.org/mock/gomock
matchers.go#L183: return m.regex.MatchString(t)
golang.org/x/tools/internal/gocommand
invoke.go#L101: if friendlyErr != nil && modConcurrencyError.MatchString(friendlyErr.Error()) {
google.golang.org/grpc/internal/grpcutil
regex.go#L26: return re.MatchString(text)
gotest.tools/v3/assert/cmp
compare.go#L78: re.MatchString(v),
internal/lazyregexp
lazyre.go#L59: return r.re().MatchString(s)
internal/profile
prune.go#L30: if dropRx.MatchString(funcName) {
prune.go#L31: if keepRx == nil || !keepRx.MatchString(funcName) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)