MCPcopy Create free account
hub / github.com/Corvusoft/restbed / remove

Method remove

src/corvusoft/restbed/string.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 string String::remove( const string& target, const string& value, const Option option )
114 {
115 return replace( target, "", value, option );
116 }
117
118 string String::replace( const string& target, const string& substitute, const string& value, const Option option )
119 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected