static-frame / arraykit

Python C Extensions for StaticFrame
Other
8 stars 2 forks source link

`split_after_count` #72

Closed flexatone closed 2 years ago

flexatone commented 2 years ago

Given a string with a delimiter, return two strings, splitting on a delimiter after a specified count of that delimiter.