regexp.Regexp.FindAllStringSubmatch (method)

3 uses

	regexp (current package)
		regexp.go#L1190: func (re *Regexp) FindAllStringSubmatch(s string, n int) [][]string {

	cloud.google.com/go/logging
		logging.go#L847: 	matches := reCloudTraceContext.FindAllStringSubmatch(s, -1)

	contrib.go.opencensus.io/exporter/stackdriver
		metrics_batcher.go#L152: 	droppedTimeSeriesRangeMatches := timeSeriesErrRegex.FindAllStringSubmatch(err.Error(), -1)