Generalize stri_*_all, stri_*_first, stri_*_last
Open
enhancement
- Dominant language
- C++
- Stars
- 318
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
Create new (general) functions like `stri_replace`, `stri_locate`, `stri_extract` (but also: `stri_split` -- why there's only `n_max` now?) with `start` and `end` args. -- then `all`, `first`, `last` could just call the general one.
This is for tasks like e.g. extract the 2nd, 3rd, 4th match, extract last 3 matches etc.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.