| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected