Home
last modified time | relevance | path

Searched defs:stri_replace_first_coll (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/R-cran-stringi/stringi/src/
H A Dstri_search_coll_replace.cpp369 SEXP stri_replace_first_coll(SEXP str, SEXP pattern, SEXP replacement, SEXP opts_collator) in stri_replace_first_coll() function
/dports/textproc/R-cran-stringi/stringi/R/
H A Dsearch_replace_4.R276 stri_replace_first_coll <- function(str, pattern, replacement, ..., opts_collator = NULL) function