|
Wire Sysio Wire Sysion 1.0.0
|


Go to the source code of this file.
Classes | |
| struct | Catch::pluralise |
Namespaces | |
| namespace | Catch |
Functions | |
| bool | Catch::startsWith (std::string const &s, std::string const &prefix) |
| bool | Catch::startsWith (std::string const &s, char prefix) |
| bool | Catch::endsWith (std::string const &s, std::string const &suffix) |
| bool | Catch::endsWith (std::string const &s, char suffix) |
| bool | Catch::contains (std::string const &s, std::string const &infix) |
| void | Catch::toLowerInPlace (std::string &s) |
| std::string | Catch::toLower (std::string const &s) |
| std::string | Catch::trim (std::string const &str) |
| std::vector< StringRef > | Catch::splitStringRef (StringRef str, char delimiter) |
| bool | Catch::replaceInPlace (std::string &str, std::string const &replaceThis, std::string const &withThis) |