regexp.Regexp.FindString (method)

2 uses

	regexp (current package)
		regexp.go#L841: func (re *Regexp) FindString(s string) string {

	src.elv.sh/pkg/cli/mode
		location.go#L144: 		if root := re.FindString(path); root != "" {