|
10Duke Enterprise C++ Client
|
String-utilities.
Functions | |
| bool | endsWith (const std::string &string, const std::string &suffix) |
| Checks if string ends with given suffix. | |
| bool | startsWith (const std::string &string, const char *prefix) |
| Checks if string starts with given suffix. | |
| bool tenduke::utl::string::endsWith | ( | const std::string & | string, |
| const std::string & | suffix ) |
Checks if string ends with given suffix.
| string | - |
| suffix | - |
| bool tenduke::utl::string::startsWith | ( | const std::string & | string, |
| const char * | prefix ) |
Checks if string starts with given suffix.
| string | - |
| prefix | - |