thekrakken / java-grok

Simple API that allows you to easily parse logs and other files
http://grok.nflabs.com/
Other
358 stars 152 forks source link

Fixed Index Out Of Bounds Exception #51

Closed hayatbehlim closed 8 years ago

hayatbehlim commented 8 years ago

Return empty string when input string contain only one special char like ( " , ' etc)

anthonycorbacho commented 8 years ago

@hayatbehlim , thank you for your contribution 👍

hayatbehlim commented 8 years ago

@anthonycorbacho You are welcome :+1: I am facing Index Out Bound exception in my application. If you don't mind can I know, When you are planning to release next version of this So I can find this fix in it?

anthonycorbacho commented 8 years ago

@hayatbehlim just did

hayatbehlim commented 8 years ago

Thanks :+1: