| 1405 | //----------------------------------------------------------------------------- |
| 1406 | |
| 1407 | bool String::endsWith( const char* text ) const |
| 1408 | { |
| 1409 | return dStrEndsWith( _string->utf8(), text ); |
| 1410 | } |
| 1411 | |
| 1412 | //----------------------------------------------------------------------------- |
| 1413 |
no test coverage detected