cudf icon indicating copy to clipboard operation
cudf copied to clipboard

Factor out position-offsets logic from strings split_helper utility

Open davidwendt opened this issue 1 year ago • 0 comments

Description

The logic used by strings::split() functions is refactored into its own utility for reuse with strings::replace and possibly other strings and text functions.

Checklist

  • [x] I am familiar with the Contributing Guidelines.
  • [x] New or existing tests cover these changes.
  • [x] The documentation is up to date with these changes.

davidwendt avatar Feb 13 '24 20:02 davidwendt