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).
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).