123,one,two,three,for,five,six
How could I best extract the word after the 3rd occurrence of the ,
separator? (which would be three
in my example.
Probably I'm not the first one doing this and there might be an apache or guava library that provides a static method for this?