| 138 | } |
| 139 | |
| 140 | String String::substring( unsigned fromIndex, unsigned howMany ) const |
| 141 | { |
| 142 | return _super.substr( fromIndex, howMany ); |
| 143 | } |
| 144 | |
| 145 | void String::replace( const String &toReplace, const String &replaceWith ) |
| 146 | { |
no outgoing calls