MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / String_replace_all

Function String_replace_all

inst/tinytest/cpp/String.cpp:8–11  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

6
7// [[Rcpp::export]]
8String String_replace_all( String z, String x, String y){
9 z.replace_all( x, y ) ;
10 return z ;
11}
12
13// [[Rcpp::export]]
14String String_replace_first( String z, String x, String y){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected