func()

in grok.go [160:162]


func (grok *Grok) MatchString(text string) bool {
	return grok.re.MatchString(text)
}