BoosterSeat  0.1
A C++ library that includes common utilities that are used in other projects.
string_utils.hpp File Reference
#include <string>
Include dependency graph for string_utils.hpp:

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...