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

Function String_replace_last

inst/tinytest/cpp/String.cpp:19–22  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

17}
18// [[Rcpp::export]]
19String String_replace_last( String z, String x, String y){
20 z.replace_last( x, y ) ;
21 return z ;
22}
23
24class StringConv{
25public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected