[[Rcpp::export]]
| 17 | } |
| 18 | // [[Rcpp::export]] |
| 19 | String String_replace_last( String z, String x, String y){ |
| 20 | z.replace_last( x, y ) ; |
| 21 | return z ; |
| 22 | } |
| 23 | |
| 24 | class StringConv{ |
| 25 | public: |
nothing calls this directly
no outgoing calls
no test coverage detected