var cloud.google.com/go/profiler.serviceRegexp

3 uses

	cloud.google.com/go/profiler (current package)
		profiler.go#L80: 	serviceRegexp    = regexp.MustCompile(`^[a-z]([-a-z0-9_.]{0,253}[a-z0-9])?$`)
		profiler.go#L544: 	if !serviceRegexp.MatchString(config.Service) {
		profiler.go#L545: 		return fmt.Errorf("service name %q does not match regular expression %v", config.Service, serviceRegexp)