func()

in grok.go [156:158]


func (grok *Grok) Match(text []byte) bool {
	return grok.re.Match(text)
}