regexp.Regexp.FindStringSubmatch (method)

2 uses

	regexp (current package)
		regexp.go#L1044: func (re *Regexp) FindStringSubmatch(s string) []string {

	go.opentelemetry.io/otel/trace
		tracestate.go#L74: 	matches := memberRe.FindStringSubmatch(m)