func()

in grok.go [167:169]


func (grok *Grok) ParseString(text string) (map[string]string, error) {
	return grok.captureString(text)
}