regexp.Regexp.MatchString (method)

4 uses

	regexp (current package)
		regexp.go#L524: func (re *Regexp) MatchString(s string) bool {
		regexp.go#L553: 	return re.MatchString(s), nil

	src.elv.sh/pkg/edit/filter
		filter.go#L56: 	return rq.pattern.MatchString(s)

	src.elv.sh/pkg/eval/mods/re
		re.go#L33: 	return pattern.MatchString(source), nil