USPTO / PatentPublicData

Utility tools to help download and parse patent data made available to the public
Other
180 stars 81 forks source link

Update StringCaseUtil.java #114

Open scottlyden opened 3 years ago

scottlyden commented 3 years ago

When parsing ipg180206.zip, encountered a zero length word which triggered an index-out-of-bounds exception. Change continues the for loop before the call to charAt(0) if the word has zero length.