gagolews / stringi

Fast and portable character string processing in R (with the Unicode ICU)
https://stringi.gagolewski.com/
Other
304 stars 44 forks source link

stri_sub: support match.length attrib #405

Closed gagolews closed 3 years ago

gagolews commented 4 years ago

For compatibility with the base R's regexpr (et al.), stri_sub could support integer vectors or lists of integer vectors with match.length attribute set.

gagolews commented 3 years ago

out of scope in stringi