nickethier / grokdebug

grokdebug.herokuapp.com
Other
123 stars 56 forks source link

The return result is not HTML encoded #4

Open kennethxu opened 11 years ago

kennethxu commented 11 years ago

Input:<foo>bar</foo> Pattern: %{GREEDYDATA:data} Result: missing <foo> and </foo>

{
  "data": [
    [
      "bar"
    ]
  ]
}