Parsing CSV input with a RegEx in java

后端 未结 4 2136
无人及你
无人及你 2020-11-27 16:30

I know, now I have two problems. But I\'m having fun!

I started with this advice not to try and split, but instead to match on what is an acceptable field, and expa

4条回答
  •  醉梦人生
    2020-11-27 16:54

    I know this isn't what the OP wants, but for other readers, one of the String.replace methods could be used to strip the quotes from each element in the result array of the OPs current regex.

提交回复
热议问题