regexp.Regexp.Match (method)

4 uses

	regexp (current package)
		regexp.go#L532: func (re *Regexp) Match(b []byte) bool {
		regexp.go#L566: 	return re.Match(b), nil

	go.uber.org/mock/gomock
		matchers.go#L185: 		return m.regex.Match(t)

	html/template
		escape.go#L735: 	return specialScriptTagRE.Match(s)