Join Slack
Powered by
I have a long string. Is there a neat way to get t...
# android
j
jannis
09/26/2022, 12:20 PM
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,...).
jannis
09/26/2022, 12:29 PM
Seems the
BreakIterator
solves what I'm looking for 😊
8
Views
Open in Slack
Previous
Next