You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If it seems like a good idea to split a string into "characters" (graphemes), you should definitely stop and reconsider whether this is really the best design. Almost always, doing this is some combination of more error-prone or slower (usually both) than doing something else that does not require taking graphemes into consideration.
It would be good to have several snippets that demonstrate this.
The text was updated successfully, but these errors were encountered:
From the Roc Str reference:
It would be good to have several snippets that demonstrate this.
The text was updated successfully, but these errors were encountered: