How to find the n-th occurrence of a separator in a string?
本问题已经有最佳答案,请猛点这里访问。
1
|
123,one,two,three,for,five,six
|
我怎样才能最好地提取第三次出现
可能我不是第一个这样做的人,可能有一个 apache 或 guava 库为此提供了一个静态方法?
您只需使用 .split(“,”)[3]
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/267559.html