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_dup`: add `sep` argument #445

Open gagolews opened 3 years ago

gagolews commented 3 years ago

sep="" by default

stri_dup("a", 3, sep=",") should be equal to a,a,a