Home
last modified time | relevance | path

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

/dports/textproc/R-cran-stringi/stringi/src/
H A Dstri_search_regex_replace.cpp314 SEXP stri_replace_first_regex(SEXP str, SEXP pattern, SEXP replacement, SEXP opts_regex) in stri_replace_first_regex() function
/dports/textproc/R-cran-stringi/stringi/R/
H A Dsearch_replace_4.R342 stri_replace_first_regex <- function(str, pattern, replacement, ..., opts_regex = NULL) function