Home
last modified time | relevance | path

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

/dports/textproc/R-cran-stringi/stringi/src/
H A Dstri_search_fixed_replace.cpp590 SEXP stri_replace_first_fixed(SEXP str, SEXP pattern, SEXP replacement, SEXP opts_fixed) in stri_replace_first_fixed() function
/dports/textproc/R-cran-stringi/stringi/R/
H A Dsearch_replace_4.R309 stri_replace_first_fixed <- function(str, pattern, replacement, ..., opts_fixed = NULL) function