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
Right now this is implemented as delegating to the Regex variant as opposed to using Kotlin's String.split. If the library was transitioned to the Kotlin function then this would become trivial to implement (probably also useful for splitPair's impl).
The text was updated successfully, but these errors were encountered:
Right now this is implemented as delegating to the
Regex
variant as opposed to using Kotlin'sString.split
. If the library was transitioned to the Kotlin function then this would become trivial to implement (probably also useful forsplitPair
's impl).The text was updated successfully, but these errors were encountered: