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

WIP: Add stri_sub_replace() #339

Closed yutannihilation closed 5 years ago

yutannihilation commented 5 years ago

PoC for #338

vv1 <- "abde"
vv1 %>%
  stri_sub_replace(3, 2, value = "C")
gagolews commented 5 years ago

Nah, I prefer the stri_sub_replace <- \stri_sub<-`` version...