BoosterSeat
0.1
A C++ library that includes common utilities that are used in other projects.
|
#include <string>
Go to the source code of this file.
Namespaces | |
bst | |
Functions | |
bool | bst::containsPrefix (const std::string &str, const std::string &prefix) |
Checks if a string contains a prefix. More... | |
bool | bst::containsSubstring (const std::string &str, const std::string &sub) |
Checks if a string contains a substring. More... | |
bool | bst::containsSuffix (const std::string &str, const std::string &suffix) |
Checks if a string contains a suffix. More... | |