I have a long string. Is there a neat way to get t...
# android
j
I have a long string. Is there a neat way to get the whole word for a given index in that string? It should respect all common delimiters (whitespaces, comma, question mark,...).
Seems the
BreakIterator
solves what I'm looking for 😊