kubernetes/vendor/google.golang.org/grpc/internal/grpcutil/regex.go

// FullMatchWithRegex returns whether the full text matches the regex provided.
func FullMatchWithRegex(re *regexp.Regexp, text string) bool {}