regexp.Regexp.MatchString (method)
23 uses
regexp (current package)
regexp.go#L530: func (re *Regexp) MatchString(s string) bool {
regexp.go#L559: return re.MatchString(s), nil
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2
endpoints.go#L131: return ok || p.RegionRegex.MatchString(region)
github.com/aws/aws-sdk-go-v2/service/s3/internal/endpoints
endpoints.go#L853: case partitionRegexp.Aws.MatchString(region):
endpoints.go#L856: case partitionRegexp.AwsCn.MatchString(region):
endpoints.go#L859: case partitionRegexp.AwsIso.MatchString(region):
endpoints.go#L862: case partitionRegexp.AwsIsoB.MatchString(region):
endpoints.go#L865: case partitionRegexp.AwsUsGov.MatchString(region):
github.com/google/go-cmp/cmp
options.go#L284: if !identsRx.MatchString(name) {
options.go#L287: } else if !identsRx.MatchString(name) {
github.com/jinzhu/inflection
inflections.go#L258: if inflection.regexp.MatchString(str) {
inflections.go#L268: if inflection.regexp.MatchString(str) {
golang.org/x/tools/go/packages
golist_overlay.go#L558: return reg.MatchString(replaceVendor(name, vendorChar))
golang.org/x/tools/internal/gocommand
invoke.go#L78: 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
filter.go#L63: if re.MatchString(fn.Name) {
filter.go#L66: if re.MatchString(fn.Filename) {
filter.go#L80: if re.MatchString(fn.Name) {
filter.go#L83: if re.MatchString(fn.Filename) {
prune.go#L30: if dropRx.MatchString(funcName) {
prune.go#L31: if keepRx == nil || !keepRx.MatchString(funcName) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)